Pblock_Dup; Pblock_Find - Netscape ENTERPRISE SERVER 6.0 - NSAPI PROGRAMMER GUIDE Manual

Nsapi
Table of Contents

Advertisement

NSAPI Functions (in Alphabetical Order)
Returns
A pointer to a newly allocated
Parameters
int n
See also
pblock_copy, pblock_dup, pblock_find, pblock_findval, pblock_free,
pblock_nvinsert, pblock_remove

pblock_dup

The
pblock_create
Syntax
pblock *pblock_dup(pblock *src);
Returns
A pointer to a newly allocated
Parameters
pblock *src
See also
pblock_create
pblock_remove

pblock_find

The
returns the pb_param structure. If you only want the value associated with the
name, use the
This function is implemented as a macro.
Syntax
pb_param *pblock_find(char *name, pblock *pb);
Returns
A pointer to the
found.
156
Netscape Enterprise Server NSAPI Programmer's Guide • November 2001
is the size of the hash table (number of name-value pairs) for the pblock.
function duplicates a pblock. It is equivalent to a sequence of
pblock_dup
and
pblock_copy
is the source pblock.
,
pblock_find
,
pblock_nvinsert
function finds a specified name-value pair entry in a pblock, and
pblock_find
pblock_findval
pb_param
.
pblock
.
.
pblock
,
pblock_findval
function.
structure, if one was found or
,
,
pblock_free
pblock_find
if name was not
NULL
,

Advertisement

Table of Contents
loading

This manual is also suitable for:

Enterprise server 6.0

Table of Contents