![Netscape NETSCAPE DIRECTORY SERVER 6.2 - GATEWAY CUSTOMIZATION Manual Download Page 199](http://html1.mh-extra.com/html/netscape/netscape-directory-server-6-2-gateway-customization/netscape-directory-server-6-2-gateway-customization_manual_1674642199.webp)
Summary of Data Types and Structures
Chapter
14
Data Type and Structure Reference
199
Slapi_MatchingRuleEntry
Represents a matching rule.
Syntax
#include slapi-plugin.h
typedef struct slapi_matchingRuleEntry Slapi_MatchingRuleEntry;
Description
Slapi_MatchingRuleEntry
is the data type for an opaque structure that
represents a matching rule.
The following table summarizes the front-end API functions that you can call to
work with matching rules.
Free a filter from memory
slapi_filter_free()
To do this...
Call this function
Compare two berval structures to
determine if they are equal
slapi_berval_cmp()
Call the indexer function associated
with an extensible match filter
slapi_mr_filter_index()
Free the specified matching rule
structure (and optionally, its
members) from memory
slapi_matchingrule_free()
Get information about a matching
rule
slapi_matchingrule_get()
Call the indexer factory function for
the plug-in responsible for a
specified matching rule
slapi_mr_indexer_create()
Allocate memory for a new
Slapi_MatchingRuleEntry
structure
slapi_matchingrule_new()
Register the specified matching rule
with the server
slapi_matchingrule_register()
Set information about the matching
rule
slapi_matchingrule_set()
To do this...
Call this function
Summary of Contents for NETSCAPE DIRECTORY SERVER 6.2 - GATEWAY CUSTOMIZATION
Page 1: ...Plug In Programmer s Guide Netscape Directory Server Version6 2 December 2003...
Page 18: ...18 Netscape Directory Server Plug In Programmer s Guide December 2003...
Page 56: ...56 Netscape Directory Server Plug In Programmer s Guide December 2003...
Page 112: ...112 Netscape Directory Server Plug In Programmer s Guide December 2003...
Page 168: ...Plug In API Reference 168 Netscape Directory Server Plug In Programmer s Guide December 2003...
Page 170: ...170 Netscape Directory Server Plug In Programmer s Guide December 2003...
Page 600: ...600 Netscape Directory Server Plug In Programmer s Guide December 2003...
Page 612: ...612 Netscape Directory Server Plug In Programmer s Guide December 2003...