Matching Rule Plug-Ins; Parameters Accessible To All Plug-Ins - Netscape DIRECTORY SERVER 6.02 - PLUG-IN Manual

Table of Contents

Advertisement

Parameter ID
SLAPI_PLUGIN_START_FN
SLAPI_PLUGIN_CLOSE_FN

Matching Rule Plug-Ins

The parameters listed in below are used to register matching rule plug-in
functions.
Parameter ID
SLAPI_PLUGIN_MR_FILTER_CREATE_FN
SLAPI_PLUGIN_MR_INDEXER_CREATE_FN
SLAPI_PLUGIN_MR_FILTER_MATCH_FN
SLAPI_PLUGIN_MR_FILTER_INDEX_FN
SLAPI_PLUGIN_MR_FILTER_RESET_FN
SLAPI_PLUGIN_MR_INDEX_FN
SLAPI_PLUGIN_DESTROY_FN
SLAPI_PLUGIN_CLOSE_FN

Parameters Accessible to All Plug-Ins

The parameters listed in this section are accessible to all types of plug-ins. The
parameters in this section are organized in the following sections:
Information About the Database
Data Type
Description
This function is called after the server starts up.
void *
You can specify a start function for each extended
operation plug-in.
This function is called before the server shuts
void *
down. You can specify a close function for each
extended operation plug-in.
Description
Factory function for creating filter functions. This function
must be thread-safe, since the server may call it
concurrently with other functions.
Factory function for creating indexer functions. This
function must be thread-safe, since the server may call it
concurrently with other functions.
Filter function.
Filter function that uses an index to accelerate the
processing of a search request.
Function for resetting the filter function.
Indexer function.
Function for freeing a filter function or indexer function.
Function called before server shutdown (use this function
to clean up before shutdown).
Parameters Accessible to All Plug-Ins
Chapter 15
Parameter Block Reference
497

Advertisement

Table of Contents
loading

This manual is also suitable for:

Directory server 6.02

Table of Contents