Searched refs:be_search (Results 1 - 25 of 30) sorted by relevance

12

/macosx-10.10.1/OpenLDAP-499.27/OpenLDAP/servers/slapd/
H A Dsearch.c247 rs->sr_err = frontendDB->be_search( op, rs );
399 } else if ( op->o_bd->be_search ) {
402 (op->o_bd->be_search)( op, rs );
H A Dbackglue.c380 return op->o_bd->be_search( op, rs );
446 if (op->o_bd && op->o_bd->be_search) {
447 rs->sr_err = op->o_bd->be_search( op, rs );
475 if (!btmp || !btmp->be_search)
516 rs->sr_err = op->o_bd->be_search(op, rs);
H A Dsasl.c415 if ( op->o_bd->be_search ) {
437 rc = op->o_bd->be_search( op, &rs );
751 op->o_bd->be_search(op, &rs);
827 if ( op.o_bd->be_search ) {
847 op.o_bd->be_search( &op, &rs );
1405 rc = op->o_bd->be_search( op, &rs );
H A Dsaslauthz.c1810 if(( op.o_bd == NULL ) || ( op.o_bd->be_search == NULL)) {
1835 op.o_bd->be_search( &op, &rs );
1975 if ( ( op.o_bd == NULL ) || ( op.o_bd->be_search == NULL) ) {
2005 op.o_bd->be_search( &op, &rs );
H A Didattracl.c493 if (!target_bd || !target_bd->be_search)
527 rc = nop.o_bd->be_search( &nop, &sreply );
H A Dsyncrepl.c2221 op2.o_bd->be_search( &op2, &rs1 );
2896 rc = be->be_search( op, &rs_search );
2898 "syncrepl_entry: %s be_search (%d)\n",
2988 * be_search() doesn't find it. In this case,
3020 rc = be->be_search( &op2, &rs2 );
3420 rc = be->be_search( op, &rs_search );
3472 rc = be->be_search( op, &rs_search );
5259 if ( !( c->be->be_search && c->be->be_add && c->be->be_modify && c->be->be_delete ) ) {
H A Dacl.c2220 if ( ( op2.o_bd == NULL ) || ( op2.o_bd->be_search == NULL ) ) {
2304 rc = op2.o_bd->be_search( &op2, &rs );
/macosx-10.10.1/OpenLDAP-499.27/OpenLDAP/servers/slapd/overlays/
H A Dnestedgroup.c140 if (!target_bd || !target_bd->be_search)
174 rc = nop.o_bd->be_search( &nop, &sreply );
175 Debug(LDAP_DEBUG_ANY, "nestedgroup_id_to_dn be_search[%d]\n", rc, 0, 0);
H A Dodlocales.c142 rc = nop->o_bd->be_search(nop, &nrs);
H A Drefint.c539 rc = op->o_bd->be_search( op, &rs );
788 if ( be->be_search && be->be_modify ) {
882 if ( !db->be_search || !db->be_modify ) {
H A Ddynlist.c565 if ( o.o_bd && o.o_bd->be_search ) {
568 (void)o.o_bd->be_search( &o, &r );
706 if ( !be || !be->be_search ) {
777 (void)be->be_search( &o, &r );
H A Dconstraint.c602 if (!nop.o_bd->be_search) {
666 rc = nop.o_bd->be_search( &nop, &nrs );
H A Dpcache.c1823 op->o_bd->be_search( op, &sreply );
2143 rc = op->o_bd->be_search( op, &rs );
2263 rc = op->o_bd->be_search( op, &rs );
3430 rc = op->o_bd->be_search( op, &rs );
3454 rc = op->o_bd->be_search( op, &rs );
4650 rc = op->o_bd->be_search( op, &rs );
4680 rc = op->o_bd->be_search( op, &rs );
H A Ddynid.c123 rc = nop->o_bd->be_search(nop, &nrs);
H A Dmemberof.c289 (void)op->o_bd->be_search( &op2, &rs2 );
311 (void)op->o_bd->be_search( &op2, &rs2 );
H A Dretcode.c278 rc = op2.o_bd->be_search( &op2, rs );
H A Dunique.c1040 rc = nop->o_bd->be_search(nop, &nrs);
H A Dsyncprov.c465 rc = fop.o_bd->be_search( &fop, &frs );
731 fop.o_bd->be_search( &fop, &frs );
1744 rc = fop.o_bd->be_search( &fop, &frs );
/macosx-10.10.1/OpenLDAP-499.27/OpenLDAP/contrib/slapd-modules/nssov/
H A Dnssov.h324 op->o_bd->be_search( op, &rs ); \
H A Dpasswd.c191 rc = op2.o_bd->be_search( &op2, &rs );
H A Dpam.c337 rc = op->o_bd->be_search(op, &rs2);
348 rc = op->o_bd->be_search(op, &rs2);
/macosx-10.10.1/OpenLDAP-499.27/OpenLDAP/contrib/slapd-modules/samba4/
H A Drdnval.c159 (void)op2.o_bd->be_search( &op2, &rs2 );
/macosx-10.10.1/OpenLDAP-499.27/OpenLDAP/servers/slapd/back-sql/
H A Ddelete.c374 rc = op->o_bd->be_search( &op2, &rs2 );
/macosx-10.10.1/OpenLDAP-499.27/OpenLDAP/contrib/slapd-modules/autogroup/
H A Dautogroup.c502 op->o_bd->be_search( &o, &rs );
1926 op->o_bd->be_search( op, &rs );
/macosx-10.10.1/OpenLDAP-499.27/OpenLDAP/servers/slapd/back-meta/
H A Dconn.c935 rc = op->o_bd->be_search( &op2, &rs2 );

Completed in 305 milliseconds

12