Oracle iPlanet Web Proxy Server 4.0.14 NSAPI Developer's Guide

pblock_free

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);

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