Home
last modified time | relevance | path

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

/netbsd-src/external/bsd/openldap/dist/servers/slapd/
H A Dmr.c40 static LDAP_SLIST_HEAD(MRUList, MatchingRuleUse) mru_list
355 MatchingRuleUse *m; in mru_destroy()
379 MatchingRuleUse **mru_ptr = &LDAP_SLIST_FIRST(&mru_list); in matching_rule_use_init()
385 MatchingRuleUse mru_storage = {{ 0 }}, in matching_rule_use_init()
449 mru = (MatchingRuleUse *)ber_memalloc( sizeof( MatchingRuleUse ) ); in matching_rule_use_init()
529 MatchingRuleUse *mru; in mru_schema_info()
H A Dslap.h346 typedef struct MatchingRuleUse MatchingRuleUse; typedef
519 MatchingRuleUse *smr_mru;
649 struct MatchingRuleUse { struct
655 LDAP_SLIST_ENTRY(MatchingRuleUse) smru_next; argument