Sun Java System Web Proxy Server 4.0.11 NSAPI Developer's Guide

pblock_findlong

The pblock_findlong function finds a specified name-value pair entry in a parameter block, and retrieves the name and structure of the parameter block. Use pblock_findlong if you want to retrieve the name, structure, and value of the parameter block. However, if you want only the name and structure of the parameter block, use the pblock_find function. Do not use these two functions in conjunction.

Syntax

#include <libproxy/util.h>
long pblock_findlong(char *name, pblock *pb);

Returns

Parameters

char *name is the name of a name-value pair.

pblock *pb is the parameter block to be searched.

See Also

pblock_nlinsert