Home
last modified time | relevance | path

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

/netbsd-src/external/bsd/openldap/dist/servers/slapd/
H A Dcomponent.c278 rc = dup_comp_filter_list( op, bv, in_f->cf_or, &dup_f.cf_or); in dup_comp_filter()
1115 err = get_comp_filter_list( op, cav, &f.cf_or, text ); in parse_comp_filter()
1119 if ( f.cf_or == NULL ) { in parse_comp_filter()
1327 rc = test_comp_filter_or( syn, a, f->cf_or ); in test_comp_filter()
H A Dslap.h3181 #define cf_or cf_un.cf_un_complex macro
/netbsd-src/external/bsd/openldap/dist/servers/slapd/back-mdb/
H A Dfilterindex.c477 rc = comp_list_candidates( op, rtxn, mra, f->cf_or, LDAP_COMP_FILTER_OR, ids, tmp, stack ); in comp_candidates()