Home
last modified time | relevance | path

Searched refs:f_choice (Results 1 – 19 of 19) sorted by relevance

/netbsd/src/external/bsd/openldap/dist/servers/slapd/
Dfilter.c151 f.f_choice = tag; in get_filter0()
153 switch ( f.f_choice ) { in get_filter0()
205 f.f_choice |= SLAPD_FILTER_UNDEFINED; in get_filter0()
241 f.f_choice = SLAPD_FILTER_COMPUTED; in get_filter0()
254 f.f_choice = SLAPD_FILTER_COMPUTED; in get_filter0()
269 if ( f.f_not->f_choice == SLAPD_FILTER_COMPUTED ) { in get_filter0()
271 f.f_choice = SLAPD_FILTER_COMPUTED; in get_filter0()
302 f.f_choice ); in get_filter0()
303 f.f_choice = SLAPD_FILTER_COMPUTED; in get_filter0()
311 f.f_choice = SLAPD_FILTER_COMPUTED; in get_filter0()
[all …]
Dava.c95 f->f_choice |= SLAPD_FILTER_UNDEFINED; in get_ava()
115 f->f_choice |= SLAPD_FILTER_UNDEFINED; in get_ava()
Dfilterentry.c74 if ( f->f_choice & SLAPD_FILTER_UNDEFINED ) { in test_filter()
80 switch ( f->f_choice ) { in test_filter()
155 f->f_choice ); in test_filter()
Dmra.c151 f->f_choice |= SLAPD_FILTER_UNDEFINED; in get_mra()
Dsyncrepl.c2808 lf[0].f_choice = LDAP_FILTER_AND; in syncrepl_op_modify()
2810 lf[1].f_choice = LDAP_FILTER_GE; in syncrepl_op_modify()
2815 lf[2].f_choice = LDAP_FILTER_EQUALITY; in syncrepl_op_modify()
3985 f.f_choice = LDAP_FILTER_EQUALITY; in syncrepl_entry()
4158 f.f_choice = LDAP_FILTER_PRESENT; in syncrepl_entry()
4564 uf.f_choice = LDAP_FILTER_EQUALITY; in syncrepl_del_nonpresent()
4606 f->f_choice = LDAP_FILTER_AND; in syncrepl_del_nonpresent()
4611 f->f_choice = LDAP_FILTER_LE; in syncrepl_del_nonpresent()
Dslap.h1053 ber_tag_t f_choice; /* values taken from ldap.h, plus: */ member
/netbsd/src/external/bsd/openldap/dist/servers/slapd/overlays/
Ddynlist.c84 switch( f->f_choice & SLAPD_FILTER_MASK ) { in ad_infilter()
1083 f->f_choice = SLAPD_FILTER_COMPUTED; in dynlist_search1resp()
1149 if ( !andf && n->f_choice == SLAPD_FILTER_COMPUTED ) { in dynlist_filter_dyngroup()
1154 if ( n->f_choice != LDAP_FILTER_OR ) { in dynlist_filter_dyngroup()
1157 orf->f_choice = LDAP_FILTER_OR; in dynlist_filter_dyngroup()
1166 andf->f_choice = LDAP_FILTER_AND; in dynlist_filter_dyngroup()
1170 dnf->f_choice = LDAP_FILTER_EQUALITY; in dynlist_filter_dyngroup()
1175 dnf->f_choice = LDAP_FILTER_EXT; in dynlist_filter_dyngroup()
1209 if ( a->a_numvals == 1 && n->f_choice == SLAPD_FILTER_COMPUTED ) { in dynlist_filter_stgroup()
1214 if ( n->f_choice != LDAP_FILTER_OR ) { in dynlist_filter_stgroup()
[all …]
Dtranslucent.c976 switch( f->f_choice & SLAPD_FILTER_MASK ) { in trans_filter_dup()
979 n->f_choice = f->f_choice; in trans_filter_dup()
987 n->f_choice = f->f_choice; in trans_filter_dup()
1003 n->f_choice = f->f_choice; in trans_filter_dup()
1020 n->f_choice = f->f_choice; in trans_filter_dup()
1035 if ((n->f_choice & SLAPD_FILTER_MASK) != LDAP_FILTER_NOT && in trans_filter_dup()
1052 f->f_choice &= SLAPD_FILTER_MASK; in trans_filter_free()
1054 switch( f->f_choice ) { in trans_filter_free()
Dpcache.c935 switch( f1->f_choice ) { in pcache_filter_cmp()
951 switch( f2->f_choice ) { in pcache_filter_cmp()
979 if ( f1->f_choice == LDAP_FILTER_SUBSTRINGS ) { in pcache_filter_cmp()
1271 while ( f->f_choice == LDAP_FILTER_OR || f->f_choice == LDAP_FILTER_AND ) in filter_first()
1300 if ( first->f_choice == LDAP_FILTER_SUBSTRINGS ) { in find_filter()
1305 dir = (first->f_choice == LDAP_FILTER_GE) ? TAVL_DIR_LEFT : in find_filter()
1317 if ( first->f_choice == LDAP_FILTER_SUBSTRINGS && in find_filter()
1318 qc->first->f_choice != LDAP_FILTER_SUBSTRINGS ) in find_filter()
1324 if ( first->f_choice == LDAP_FILTER_EQUALITY ) { in find_filter()
1326 if ( qc->first->f_choice != LDAP_FILTER_EQUALITY ) { in find_filter()
[all …]
Drwmmap.c556 if ( f->f_choice & SLAPD_FILTER_UNDEFINED ) { in rwm_int_filter_map_rewrite()
561 switch ( f->f_choice & SLAPD_FILTER_MASK ) { in rwm_int_filter_map_rewrite()
719 f->f_choice == LDAP_FILTER_AND ? '&' : in rwm_int_filter_map_rewrite()
720 f->f_choice == LDAP_FILTER_OR ? '|' : '!' ); in rwm_int_filter_map_rewrite()
778 f->f_choice = SLAPD_FILTER_COMPUTED; in rwm_int_filter_map_rewrite()
Drefint.c786 ftop.f_choice = LDAP_FILTER_OR; in refint_qtask()
829 fptr->f_choice = LDAP_FILTER_EXT; in refint_qtask()
831 fptr->f_choice = LDAP_FILTER_EQUALITY; in refint_qtask()
Dsyncprov.c725 cf.f_choice = LDAP_FILTER_GE; in syncprov_findcsn()
764 cf.f_choice = LDAP_FILTER_EQUALITY; in syncprov_findcsn()
769 cf.f_choice = LDAP_FILTER_LE; in syncprov_findcsn()
828 cf.f_choice == LDAP_FILTER_EQUALITY ? "=" : "<", in syncprov_findcsn()
1783 af.f_choice = LDAP_FILTER_AND; in check_uuidlist_presence()
1786 mf.f_choice = LDAP_FILTER_EQUALITY; in check_uuidlist_presence()
3375 fand->f_choice = LDAP_FILTER_AND; in syncprov_op_search()
3379 fava->f_choice = LDAP_FILTER_GE; in syncprov_op_search()
Dmemberof.c1803 mo->mo_groupFilter.f_choice = LDAP_FILTER_EQUALITY; in memberof_make_group_filter()
1832 mo->mo_memberFilter.f_choice = LDAP_FILTER_PRESENT; in memberof_make_member_filter()
Daccesslog.c697 f.f_choice = LDAP_FILTER_LE; in accesslog_purge()
/netbsd/src/external/bsd/openldap/dist/servers/slapd/slapi/
Dslapi_utils.c1505 rc = f->f_choice; in slapi_filter_get_choice()
1528 ftype = f->f_choice; in slapi_filter_get_ava()
1555 ftype = f->f_choice; in slapi_filter_list_first()
1576 ftype = f->f_choice; in slapi_filter_list_next()
1594 switch ( f->f_choice ) { in slapi_filter_get_attribute_type()
1630 switch ( f->f_choice ) { in slapi_x_filter_set_attribute_type()
1664 if ( f->f_choice != LDAP_FILTER_SUBSTRINGS ) { in slapi_filter_get_subfilt()
1702 f->f_choice = ftype; in slapi_filter_join()
1723 (*pContainingFilter)->f_choice = ftype; in slapi_x_filter_append()
1727 if ( (*pContainingFilter)->f_choice != ftype ) { in slapi_x_filter_append()
[all …]
/netbsd/src/external/bsd/openldap/dist/servers/slapd/back-meta/
Dmap.c376 switch ( ( f->f_choice & SLAPD_FILTER_MASK ) ) { in ldap_back_int_filter_map_rewrite()
571 f->f_choice == LDAP_FILTER_AND ? '&' : 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/servers/slapd/back-sql/
Dsearch.c696 if ( f->f_choice == SLAPD_FILTER_COMPUTED ) { in backsql_process_filter()
729 if ( f->f_choice & SLAPD_FILTER_UNDEFINED ) { in backsql_process_filter()
739 switch( f->f_choice ) { in backsql_process_filter()
815 switch ( f->f_choice ) { in backsql_process_filter()
888 switch ( f->f_choice ) { in backsql_process_filter()
1213 if ( f->f_choice & SLAPD_FILTER_UNDEFINED ) { in backsql_process_filter_attr()
1221 switch ( f->f_choice ) { in backsql_process_filter_attr()
/netbsd/src/external/bsd/openldap/dist/servers/slapd/back-ndb/
Dsearch.cpp60 ber_tag_t choice = f->f_choice; in ndb_filter_check()
116 ber_tag_t choice = f->f_choice; in ndb_filter_set()
318 switch ( op->ors_filter->f_choice ) { in ndb_oc_search()
/netbsd/src/external/bsd/openldap/dist/contrib/slapd-modules/autogroup/
Dautogroup.c1496 switch ( f->f_choice & SLAPD_FILTER_MASK ) { in autogroup_memberOf_filter()