Sun Java System Web Server 7.0 NSAPI Developer's Guide

filter_find

The filter_find function finds the filter with the specified name.

Syntax

const Filter *filter_find(const char *name);

Returns

The const Filter * that identifies the filter, or NULL if the specified filter does not exist.

Parameters

const char *name is the name of the filter of interest.