![Netscape ENTERPRISE SERVER 6.1 Скачать руководство пользователя страница 162](http://html1.mh-extra.com/html/netscape/enterprise-server-6-1/enterprise-server-6-1_manual_1674653162.webp)
NSAPI Functions (in Alphabetical Order)
162
Netscape Enterprise Server NSAPI Programmer’s Guide • April 2002 (Draft)
Returns
void
Parameters
pblock *pb
is the
pblock
to be freed.
See also
pblock_copy, pblock_create, pblock_dup, pblock_find, pblock_findval,
pblock_nvinsert, pblock_remove
pblock_nninsert
The
pblock_nninsert
function creates a new entry with a given name and a
numeric value in the specified
pblock
. The numeric value is first converted into a
string. The name and value parameters are copied.
Syntax
pb_param *pblock_nninsert(char *name, int value, pblock *pb);
Returns
A pointer to the new
pb_param
structure.
Parameters
char *name
is the name of the new entry.
int value
is the numeric value being inserted into the
pblock
. This parameter
must be an integer. If the value you assign is not a number, then instead use the
function
pblock_nvinsert
to create the parameter.
pblock *pb
is the
pblock
into which the insertion occurs.
See also
pblock_copy
,
pblock_create
,
pblock_find
,
pblock_free
,
pblock_nvinsert,
pblock_remove
,
pblock_str2pblock
pblock_nvinsert
The
pblock_nvinsert
function creates a new entry with a given name and
character value in the specified
pblock
. The name and value parameters are
copied.
Syntax
pb_param *pblock_nvinsert(char *name, char *value, pblock *pb);
Содержание ENTERPRISE SERVER 6.1
Страница 1: ...NSAPI Programmer s Guide Netscape Enterprise Server Version6 1 April 2002 Draft...
Страница 18: ...Where to Find Related Information 18 Netscape Enterprise Server NSAPI Programmer s Guide April 2002 Draft...
Страница 138: ...CGI to NSAPI Conversion 138 Netscape Enterprise Server NSAPI Programmer s Guide April 2002 Draft...
Страница 214: ...NSAPI Functions in Alphabetical Order 214 Netscape Enterprise Server NSAPI Programmer s Guide April 2002 Draft...
Страница 290: ...Miscellaneous 290 Netscape Enterprise Server NSAPI Programmer s Guide April 2002 Draft...
Страница 310: ...The Netscape LDAP Schema 310 Netscape Enterprise Server NSAPI Programmer s Guide April 2002 Draft...
Страница 318: ...cinfo 318 Netscape Enterprise Server NSAPI Programmer s Guide April 2002 Draft...
Страница 324: ...Sample MIME Types File 324 Netscape Enterprise Server NSAPI Programmer s Guide April 2002 Draft...
Страница 336: ...Buffered Streams 336 Netscape Enterprise Server NSAPI Programmer s Guide April 2002 Draft...
Страница 344: ...344 Netscape Enterprise Server NSAPI Programmer s Guide April 2002 Draft...
Страница 350: ...350 Netscape Enterprise Server NSAPI Programmer s Guide April 2002 Draft...
Страница 356: ...356 Netscape Enterprise Server NSAPI Programmer s Guide April 2002 Draft...