Searched refs:MatchingRuleUse (Results 1 - 2 of 2) sorted by relevance

/macosx-10.10.1/OpenLDAP-499.27/OpenLDAP/servers/slapd/
H A Dmr.c35 static LDAP_SLIST_HEAD(MRUList, MatchingRuleUse) mru_list
350 MatchingRuleUse *m;
374 MatchingRuleUse **mru_ptr = &LDAP_SLIST_FIRST(&mru_list);
380 MatchingRuleUse mru_storage = {{ 0 }},
444 mru = (MatchingRuleUse *)ber_memalloc( sizeof( MatchingRuleUse ) );
445 /* call-forward from MatchingRule to MatchingRuleUse */
524 MatchingRuleUse *mru;
H A Dslap.h336 typedef struct MatchingRuleUse MatchingRuleUse; typedef in typeref:struct:MatchingRuleUse
523 MatchingRuleUse *smr_mru;
653 struct MatchingRuleUse { struct
659 LDAP_SLIST_ENTRY(MatchingRuleUse) smru_next;
668 } /* MatchingRuleUse */ ;

Completed in 84 milliseconds