|
| slapi_matchingrule_new() |
|
Allocates memory for a new Slapi_MatchingRuleEntry structure.
Returns. A new Slapi_MatchingRuleEntry structure, or NULL if memory could not be allocated. Description. This function allocates memory for a new Slapi_MatchingRuleEntry structure, which represents a matching rule. After you call this function, you can call the slapi_matchingrule_set() function to set the values in this structure and call the slapi_matchingrule_register() function to register the matching rule. |
|