NSAPI Functions (in Alphabetical Order)
202
Netscape Enterprise Server NSAPI Programmer’s Guide • November 2001
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.0
Page 1: ...NSAPI Programmer s Guide Netscape Enterprise Server Version6 0 November 2001...
Page 134: ...CGI to NSAPI Conversion 134 Netscape Enterprise Server NSAPI Programmer s Guide November 2001...
Page 306: ...cinfo 306 Netscape Enterprise Server NSAPI Programmer s Guide November 2001...
Page 312: ...Sample MIME Types File 312 Netscape Enterprise Server NSAPI Programmer s Guide November 2001...
Page 324: ...Buffered Streams 324 Netscape Enterprise Server NSAPI Programmer s Guide November 2001...
Page 332: ...332 Netscape Enterprise Server NSAPI Programmer s Guide November 2001...
Page 340: ...340 Netscape Enterprise Server NSAPI Programmer s Guide November 2001...
Page 346: ...346 Netscape Enterprise Server NSAPI Programmer s Guide November 2001...
Page 352: ...352 Netscape Enterprise Server NSAPI Programmer s Guide November 2001...