![Netscape ENTERPRISE SERVER 6.1 Manual Download Page 206](http://html1.mh-extra.com/html/netscape/enterprise-server-6-1/enterprise-server-6-1_manual_1674653206.webp)
NSAPI Functions (in Alphabetical Order)
206
Netscape Enterprise Server NSAPI Programmer’s Guide • April 2002 (Draft)
See also
util_uri_is_evil, util_uri_unescape
util_uri_unescape
The
util_uri_unescape
function converts the encoded characters of a URI into
their ASCII equivalents. Encoded characters appear as %XX where XX is a
hexadecimal equivalent of the character.
Syntax
void util_uri_unescape(char *uri);
Returns
void
Parameters
char *uri
is the URI to be converted.
See also
util_uri_escape, util_uri_is_evil, util_uri_parse
util_vsnprintf
The
util_vsnprintf
function formats a specified string, using a specified format,
into a specified buffer using the
vprintf
-style syntax and performs bounds
checking. It returns the number of characters in the formatted buffer.
For more information, see the documentation on the
printf
function for the
run-time library of your compiler.
Syntax
int util_vsnprintf(char *s, int n, register char *fmt, va_list
args);
Returns
The number of characters formatted into the buffer
NOTE
You cannot use an embedded null in a string, because NSAPI
functions assume that a null is the end of the string. Therefore,
passing unicode-encoded content through an NSAPI plug-in
doesn’t work.
Summary of Contents for ENTERPRISE SERVER 6.1
Page 1: ...NSAPI Programmer s Guide Netscape Enterprise Server Version6 1 April 2002 Draft...
Page 290: ...Miscellaneous 290 Netscape Enterprise Server NSAPI Programmer s Guide April 2002 Draft...
Page 318: ...cinfo 318 Netscape Enterprise Server NSAPI Programmer s Guide April 2002 Draft...
Page 336: ...Buffered Streams 336 Netscape Enterprise Server NSAPI Programmer s Guide April 2002 Draft...
Page 344: ...344 Netscape Enterprise Server NSAPI Programmer s Guide April 2002 Draft...
Page 350: ...350 Netscape Enterprise Server NSAPI Programmer s Guide April 2002 Draft...
Page 356: ...356 Netscape Enterprise Server NSAPI Programmer s Guide April 2002 Draft...