Home
last modified time | relevance | path

Searched refs:be_search (Results 1 – 25 of 31) sorted by relevance

12

/netbsd-src/external/bsd/openldap/dist/servers/slapd/
H A Dsearch.c272 rs->sr_err = frontendDB->be_search( op, rs ); in do_search()
428 } else if ( op->o_bd->be_search ) { in fe_op_search()
431 (op->o_bd->be_search)( op, rs ); in fe_op_search()
H A Dbackglue.c382 return op->o_bd->be_search( op, rs ); in glue_sub_search()
448 if (op->o_bd && op->o_bd->be_search) { in glue_op_search()
449 rs->sr_err = op->o_bd->be_search( op, rs ); in glue_op_search()
477 if (!btmp || !btmp->be_search) in glue_op_search()
518 rs->sr_err = op->o_bd->be_search(op, rs); in glue_op_search()
H A Dsaslauthz.c1909 if(( op.o_bd == NULL ) || ( op.o_bd->be_search == NULL)) { in slap_sasl_match()
1934 op.o_bd->be_search( &op, &rs ); in slap_sasl_match()
2074 if ( ( op.o_bd == NULL ) || ( op.o_bd->be_search == NULL) ) { in slap_sasl2dn()
2104 op.o_bd->be_search( &op, &rs ); in slap_sasl2dn()
H A Dsasl.c438 if ( op->o_bd->be_search ) { in slap_auxprop_lookup()
490 rc = op->o_bd->be_search( op, &rs ); in slap_auxprop_lookup()
1204 rc = op->o_bd->be_search( op, &rs ); in slapd_rw_apply()
H A Dacl.c2223 if ( ( op2.o_bd == NULL ) || ( op2.o_bd->be_search == NULL ) ) { in acl_set_gather()
2307 rc = op2.o_bd->be_search( &op2, &rs ); in acl_set_gather()
H A Dsyncrepl.c2825 op2.o_bd->be_search( &op2, &rs1 ); in syncrepl_op_modify()
4036 rc = be->be_search( op, &rs_search ); in syncrepl_entry()
4167 rc = be->be_search( &op2, &rs2 ); in syncrepl_entry()
4576 rc = be->be_search( op, &rs_search ); in syncrepl_del_nonpresent()
4630 rc = be->be_search( op, &rs_search ); in syncrepl_del_nonpresent()
7009 if ( !( c->be->be_search && c->be->be_add && c->be->be_modify && c->be->be_delete ) ) { in add_syncrepl()
/netbsd-src/external/bsd/openldap/dist/contrib/slapd-tools/
H A Dwrap_slap_ops151 be_search bi_op_search => op_search
/netbsd-src/external/bsd/openldap/dist/contrib/slapd-modules/rbac/
H A Drbacperm.c182 rc = op2.o_bd->be_search( &op2, &rs2 ); in rbac_read_permission()
H A Drbacsess.c714 rc = op2.o_bd->be_search( &op2, &rs2 ); in rbac_session_byid_fake()
785 rc = op2.o_bd->be_search( &op2, &rs2 ); in rbac_session_byid()
900 rc = op2->o_bd->be_search( op2, &rs2 ); in rbac_int_session_permissions()
H A Drbacuser.c420 rc = op2.o_bd->be_search( &op2, &rs2 ); in rbac_read_user()
/netbsd-src/external/bsd/openldap/dist/servers/slapd/overlays/
H A Ddynlist.c372 if ( o.o_bd && o.o_bd->be_search ) { in dynlist_urlmembers()
376 (void)o.o_bd->be_search( &o, &r ); in dynlist_urlmembers()
715 if ( o.o_bd && o.o_bd->be_search ) { in dynlist_prepare_entry()
719 (void)o.o_bd->be_search( &o, &r ); in dynlist_prepare_entry()
907 if ( !be || !be->be_search ) { in dynlist_compare()
1819 (void)o.o_bd->be_search( &o, &r ); in dynlist_search()
H A Drefint.c602 rc = op->o_bd->be_search( op, &rs ); in refint_repair()
865 if ( be->be_search && be->be_modify ) { in refint_qtask()
H A Dconstraint.c645 if (!nop.o_bd->be_search) { in constraint_violation()
709 rc = nop.o_bd->be_search( &nop, &nrs ); in constraint_violation()
H A Dpcache.c1836 op->o_bd->be_search( op, &sreply ); in remove_query_data()
2156 rc = op->o_bd->be_search( op, &rs ); in pcache_remove_entries_from_cache()
2276 rc = op->o_bd->be_search( op, &rs ); in pcache_remove_entry_queries_from_cache()
3445 rc = op->o_bd->be_search( op, &rs ); in refresh_query()
3469 rc = op->o_bd->be_search( op, &rs ); in refresh_query()
4705 rc = op->o_bd->be_search( op, &rs ); in pcache_db_open2()
4735 rc = op->o_bd->be_search( op, &rs ); in pcache_db_open2()
H A Dsyncprov.c535 rc = fop.o_bd->be_search( &fop, &frs ); in syncprov_findbase()
810 fop.o_bd->be_search( &fop, &frs ); in syncprov_findcsn()
1807 fop.o_bd->be_search( &fop, &frs ); in check_uuidlist_presence()
2340 rc = fop.o_bd->be_search( &fop, &frs ); in syncprov_play_accesslog()
3823 rc = op->o_bd->be_search( op, &rs ); in syncprov_db_otask2()
H A Dmemberof.c309 (void)op->o_bd->be_search( &op2, &rs2 ); in memberof_isGroupOrMember()
332 (void)op->o_bd->be_search( &op2, &rs2 ); in memberof_isGroupOrMember()
H A Dretcode.c283 rc = op2.o_bd->be_search( &op2, rs ); in retcode_op_internal()
/netbsd-src/external/bsd/openldap/dist/contrib/slapd-modules/nssov/
H A Dpam.c408 rc = op->o_bd->be_search(op, &rs2); in pam_authz()
419 rc = op->o_bd->be_search(op, &rs2); in pam_authz()
H A Dnssov.h347 op->o_bd->be_search( op, &rs ); \
H A Dpasswd.c193 rc = op2.o_bd->be_search( &op2, &rs ); in nssov_uid2dn()
/netbsd-src/external/bsd/openldap/dist/servers/slapd/back-sql/
H A Ddelete.c374 rc = op->o_bd->be_search( &op2, &rs2 ); in backsql_tree_delete()
/netbsd-src/external/bsd/openldap/dist/contrib/slapd-modules/samba4/
H A Drdnval.c164 (void)op2.o_bd->be_search( &op2, &rs2 ); in rdnval_unique_check()
/netbsd-src/external/bsd/openldap/dist/contrib/slapd-modules/adremap/
H A Dadremap.c466 op2.o_bd->be_search(&op2, &rs); in adremap_filter()
/netbsd-src/external/bsd/openldap/dist/contrib/slapd-modules/autogroup/
H A Dautogroup.c548 op->o_bd->be_search( &o, &rs ); in autogroup_add_members_from_filter()
2117 op->o_bd->be_search( op, &rs ); in autogroup_db_open()
/netbsd-src/external/bsd/openldap/dist/servers/slapd/back-meta/
H A Dconn.c945 rc = op->o_bd->be_search( &op2, &rs2 ); in meta_back_get_candidate()

12