Home
last modified time | relevance | path

Searched refs:LDAP_FILTER_OR (Results 1 – 22 of 22) sorted by relevance

/netbsd-src/external/bsd/openldap/dist/servers/slapd/back-ndb/
H A Dsearch.cpp69 case LDAP_FILTER_OR: in ndb_filter_check()
127 case LDAP_FILTER_OR: in ndb_filter_set()
134 sf->begin( choice == LDAP_FILTER_OR ? NdbScanFilter::OR : NdbScanFilter::AND ); in ndb_filter_set()
320 case LDAP_FILTER_OR: in ndb_oc_search()
/netbsd-src/external/bsd/openldap/dist/servers/slapd/
H A Dfilter.c247 case LDAP_FILTER_OR: in get_filter0()
572 case LDAP_FILTER_OR: in filter_free_x()
784 case LDAP_FILTER_OR: in filter2bv_undef_x()
791 f->f_choice == LDAP_FILTER_OR ? '|' : '!' ); in filter2bv_undef_x()
964 case LDAP_FILTER_OR: in filter_dup()
H A Dfilterentry.c126 case LDAP_FILTER_OR: in test_filter()
/netbsd-src/external/bsd/openldap/dist/servers/slapd/back-wt/
H A Dfilterindex.c650 case LDAP_FILTER_OR: in wt_filter_candidates()
653 f->f_or, LDAP_FILTER_OR, ids, tmp, stack ); in wt_filter_candidates()
H A Dsearch.c86 case LDAP_FILTER_OR: in oc_filter()
151 xf.f_choice = LDAP_FILTER_OR; in search_candidates()
/netbsd-src/external/bsd/openldap/dist/servers/slapd/overlays/
H A Ddynlist.c97 case LDAP_FILTER_OR: in ad_infilter()
1154 if ( n->f_choice != LDAP_FILTER_OR ) { in dynlist_filter_dyngroup()
1157 orf->f_choice = LDAP_FILTER_OR; in dynlist_filter_dyngroup()
1214 if ( n->f_choice != LDAP_FILTER_OR ) { in dynlist_filter_stgroup()
1217 orf->f_choice = LDAP_FILTER_OR; in dynlist_filter_stgroup()
1332 case LDAP_FILTER_OR: { in dynlist_filter_dup()
1360 case LDAP_FILTER_OR: in dynlist_filter_free()
1770 f[0].f_choice = LDAP_FILTER_OR; in dynlist_search()
H A Drwmmap.c713 case LDAP_FILTER_OR: in rwm_int_filter_map_rewrite()
720 f->f_choice == LDAP_FILTER_OR ? '|' : '!' ); in rwm_int_filter_map_rewrite()
H A Dtranslucent.c1015 case LDAP_FILTER_OR: in trans_filter_dup()
1056 case LDAP_FILTER_OR: in trans_filter_free()
H A Dpcache.c937 case LDAP_FILTER_OR: in pcache_filter_cmp()
953 case LDAP_FILTER_OR: in pcache_filter_cmp()
1271 while ( f->f_choice == LDAP_FILTER_OR || f->f_choice == LDAP_FILTER_AND ) in filter_first()
1366 case LDAP_FILTER_OR: in find_filter()
1950 case LDAP_FILTER_OR: in filter2template()
1958 case LDAP_FILTER_OR: in filter2template()
H A Drefint.c786 ftop.f_choice = LDAP_FILTER_OR; in refint_qtask()
/netbsd-src/external/bsd/openldap/dist/servers/slapd/back-meta/
H A Dmap.c565 case LDAP_FILTER_OR: in ldap_back_int_filter_map_rewrite()
572 f->f_choice == LDAP_FILTER_OR ? '|' : '!' ); in ldap_back_int_filter_map_rewrite()
/netbsd-src/external/bsd/openldap/dist/include/
H A Dslapi-plugin.h847 #ifndef LDAP_FILTER_OR
848 #define LDAP_FILTER_OR 0xa1L macro
H A Dldap.h576 #define LDAP_FILTER_OR ((ber_tag_t) 0xa1U) /* context specific + constructed */ macro
/netbsd-src/external/bsd/openldap/dist/servers/slapd/slapi/
H A Dslapi_utils.c1557 || ftype == LDAP_FILTER_OR in slapi_filter_list_first()
1578 || ftype == LDAP_FILTER_OR in slapi_filter_list_next()
1698 ftype == LDAP_FILTER_OR || in slapi_filter_join()
1718 ftype == LDAP_FILTER_OR || in slapi_x_filter_append()
1795 case LDAP_FILTER_OR: { in slapi_filter_apply()
/netbsd-src/external/bsd/openldap/dist/servers/slapd/back-mdb/
H A Dfilterindex.c204 case LDAP_FILTER_OR: in mdb_filter_candidates()
207 f->f_or, LDAP_FILTER_OR, ids, tmp, stack ); in mdb_filter_candidates()
H A Dsearch.c1295 case LDAP_FILTER_OR: in oc_filter()
1393 xf.f_choice = LDAP_FILTER_OR; in search_candidates()
/netbsd-src/external/bsd/openldap/dist/servers/slapd/back-asyncmeta/
H A Dsearch.c220 case LDAP_FILTER_OR: in asyncmeta_int_filter2bv()
227 f->f_choice == LDAP_FILTER_OR ? '|' : '!' ); in asyncmeta_int_filter2bv()
/netbsd-src/external/bsd/openldap/dist/libraries/libldap/
H A Dfilter.c404 LDAP_FILTER_OR, 0 ); in ldap_pvt_put_filter()
/netbsd-src/external/bsd/openldap/dist/servers/slapd/back-sql/
H A Dsearch.c415 case LDAP_FILTER_OR: in backsql_process_filter_list()
740 case LDAP_FILTER_OR: in backsql_process_filter()
742 LDAP_FILTER_OR ); in backsql_process_filter()
/netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/sys/windows/
H A Dwinldap.d265 LDAP_FILTER_OR,
/netbsd-src/external/bsd/openldap/dist/contrib/slapd-modules/datamorph/
H A Ddatamorph.c506 case LDAP_FILTER_OR: { in datamorph_filter()
/netbsd-src/external/bsd/openldap/dist/contrib/slapd-modules/autogroup/
H A Dautogroup.c1498 case LDAP_FILTER_OR: in autogroup_memberOf_filter()