HomeSort by: relevance | last modified time | path
    Searched refs:MatchingRuleUse (Results 1 - 2 of 2) sorted by relevancy

  /src/external/bsd/openldap/dist/servers/slapd/
mr.c 40 static LDAP_SLIST_HEAD(MRUList, MatchingRuleUse) mru_list
355 MatchingRuleUse *m;
379 MatchingRuleUse **mru_ptr = &LDAP_SLIST_FIRST(&mru_list);
385 MatchingRuleUse mru_storage = {{ 0 }},
439 * matchingRuleUse
445 Debug( LDAP_DEBUG_TRACE, " matchingRuleUse: %s\n", str );
449 mru = (MatchingRuleUse *)ber_memalloc( sizeof( MatchingRuleUse ) );
450 /* call-forward from MatchingRule to MatchingRuleUse */
529 MatchingRuleUse *mru
    [all...]
slap.h 349 typedef struct MatchingRuleUse MatchingRuleUse;
522 MatchingRuleUse *smr_mru;
652 struct MatchingRuleUse {
658 LDAP_SLIST_ENTRY(MatchingRuleUse) smru_next;
667 } /* MatchingRuleUse */ ;

Completed in 28 milliseconds