Home
last modified time | relevance | path

Searched refs:LDAP_COMP_FILTER_OR (Results 1 – 3 of 3) sorted by relevance

/netbsd/external/bsd/openldap/dist/servers/slapd/
H A Dcomponent.c277 case LDAP_COMP_FILTER_OR: in dup_comp_filter()
279 dup_f.cf_choice = LDAP_COMP_FILTER_OR; in dup_comp_filter()
389 return LDAP_COMP_FILTER_OR; in comp_first_element()
933 return LDAP_COMP_FILTER_OR; in strip_cav_tag()
1113 case LDAP_COMP_FILTER_OR: in parse_comp_filter()
1326 case LDAP_COMP_FILTER_OR: in test_comp_filter()
1370 case LDAP_COMP_FILTER_OR: in free_comp_filter()
H A Dslap.h3115 #define LDAP_COMP_FILTER_OR ((ber_tag_t) 0xa1U) macro
/netbsd/external/bsd/openldap/dist/servers/slapd/back-mdb/
H A Dfilterindex.c476 case LDAP_COMP_FILTER_OR: in comp_candidates()
477 rc = comp_list_candidates( op, rtxn, mra, f->cf_or, LDAP_COMP_FILTER_OR, ids, tmp, stack ); in comp_candidates()