Util_Uri_Unescape; Util_Vsnprintf - Netscape ENTERPRISE SERVER 6.0 - NSAPI PROGRAMMER GUIDE Manual

Nsapi
Table of Contents

Advertisement

NSAPI Functions (in Alphabetical Order)
See also
util_uri_is_evil, util_uri_unescape

util_uri_unescape

The
their ASCII equivalents. Encoded characters appear as %XX where XX is a
hexadecimal equivalent of the character.
NOTE
Syntax
void util_uri_unescape(char *uri);
Returns
void
Parameters
char *uri
See also
util_uri_escape, util_uri_is_evil, util_uri_parse

util_vsnprintf

The
into a specified buffer using the
checking. It returns the number of characters in the formatted buffer.
For more information, see the documentation on 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
202
Netscape Enterprise Server NSAPI Programmer's Guide • November 2001
util_uri_unescape
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.
is the URI to be converted.
function formats a specified string, using a specified format,
util_vsnprintf
function converts the encoded characters of a URI into
-style syntax and performs bounds
vprintf
function for the
printf

Advertisement

Table of Contents
loading

This manual is also suitable for:

Enterprise server 6.0

Table of Contents