Sun Java System Web Server 7.0 Update 1 NSAPI Developer's Guide

pblock_free() Function

The pblock_free function frees a specified pblock and any entries inside it. If you want to save a variable in the pblock, remove the variable using the function pblock_remove and save the resulting pointer.

Syntax

void pblock_free(pblock *pb);

Return Values

void

Parameters

pblock *pb is the pblock to be freed.

See Also

pblock_copy() Function, pblock_create() Function, pblock_dup() Function, pblock_find() Function, pblock_findval() Function, pblock_nvinsert() Function, pblock_remove() Function