NSAPI Functions (in Alphabetical Order)
160
Netscape Enterprise Server NSAPI Programmer’s Guide • April 2002 (Draft)
Returns
A pointer to a newly allocated
pblock
.
Parameters
int n
is the size of the hash table (number of name-value pairs) for the pblock.
See also
pblock_copy, pblock_dup, pblock_find, pblock_findval, pblock_free,
pblock_nvinsert, pblock_remove
pblock_dup
The
pblock_dup
function duplicates a pblock. It is equivalent to a sequence of
pblock_create
and
pblock_copy
.
Syntax
pblock *pblock_dup(pblock *src);
Returns
A pointer to a newly allocated
pblock
.
Parameters
pblock *src
is the source pblock.
See also
pblock_create
,
pblock_find
,
pblock_findval
,
pblock_free
,
pblock_find
,
pblock_remove
,
pblock_nvinsert
pblock_find
The
pblock_find
function finds a specified name-value pair entry in a pblock, and
returns the
pb_param
structure. If you only want the value associated with the
name, use the
pblock_findval
function.
This function is implemented as a macro.
Syntax
pb_param *pblock_find(char *name, pblock *pb);
Returns
A pointer to the
pb_param
structure, if one was found or
NULL
if name was not
found.
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...