Pblock_Pinsert - Netscape ENTERPRISE SERVER 6.0 - NSAPI PROGRAMMER GUIDE Manual

Nsapi
Table of Contents

Advertisement

NSAPI Functions (in Alphabetical Order)
Syntax
char *pblock_pblock2str(pblock *pb, char *str);
Returns
The new version of the
otherwise it is a reallocated string. In either case, it is allocated from the request's
memory pool.
Parameters
pblock *pb
char *str
allocated by
allocate from the system heap).
Each name-value pair in the string is separated from its neighbor pair by a space
and is in the format name
See also
pblock_copy, pblock_create, pblock_find, pblock_free,
pblock_nvinsert, pblock_remove, pblock_str2pblock

pblock_pinsert

The function
Syntax
void pblock_pinsert(pb_param *pp, pblock *pb);
Returns
void
Parameters
pb_param *pp
pblock *pb
See also
pblock_copy, pblock_create, pblock_find, pblock_free,
pblock_nvinsert, pblock_remove, pblock_str2pblock
160
Netscape Enterprise Server NSAPI Programmer's Guide • November 2001
parameter. If
str
is the
to be copied.
pblock
is the string into which the
or
, not by
MALLOC
REALLOC
value
="
"
inserts a
pblock_pinsert
is the
structure to insert.
pb_param
is the pblock.
is NULL, this is a new string;
str
is to be copied. It must have been
pblock
or PERM_REALLOC (which
PERM_MALLOC
.
structure into a
pb_param
.
pblock

Advertisement

Table of Contents
loading

This manual is also suitable for:

Enterprise server 6.0

Table of Contents