Oracle iPlanet Web Proxy Server 4.0.14 NSAPI Developer's Guide

util_sect_id

The util_sect_id function creates a section ID from the section dim and an index.

Syntax

#include <libproxy/cutil.h>
void util_sect_id(int dim, int idx, char *buf);

Returns

Parameters

int dim is the section dim.

int idx is the index.

char *buf is the buffer to receive the section ID.