HomeSort by: relevance | last modified time | path
    Searched refs:be_search (Results 1 - 25 of 31) sorted by relevancy

1 2

  /src/external/bsd/openldap/dist/servers/slapd/
search.c 272 rs->sr_err = frontendDB->be_search( op, rs );
428 } else if ( op->o_bd->be_search ) {
431 (op->o_bd->be_search)( op, rs );
backglue.c 390 return op->o_bd->be_search( op, rs );
456 if (op->o_bd && op->o_bd->be_search) {
457 rs->sr_err = op->o_bd->be_search( op, rs );
485 if (!btmp || !btmp->be_search)
526 rs->sr_err = op->o_bd->be_search(op, rs);
saslauthz.c 1910 if(( op.o_bd == NULL ) || ( op.o_bd->be_search == NULL)) {
1935 op.o_bd->be_search( &op, &rs );
2075 if ( ( op.o_bd == NULL ) || ( op.o_bd->be_search == NULL) ) {
2105 op.o_bd->be_search( &op, &rs );
sasl.c 438 if ( op->o_bd->be_search ) {
490 rc = op->o_bd->be_search( op, &rs );
1204 rc = op->o_bd->be_search( op, &rs );
acl.c 2223 if ( ( op2.o_bd == NULL ) || ( op2.o_bd->be_search == NULL ) ) {
2307 rc = op2.o_bd->be_search( &op2, &rs );
  /src/external/bsd/openldap/dist/contrib/slapd-tools/
wrap_slap_ops 151 be_search bi_op_search => op_search
  /src/external/bsd/openldap/dist/contrib/slapd-modules/rbac/
rbacperm.c 182 rc = op2.o_bd->be_search( &op2, &rs2 );
rbacsess.c 714 rc = op2.o_bd->be_search( &op2, &rs2 );
785 rc = op2.o_bd->be_search( &op2, &rs2 );
900 rc = op2->o_bd->be_search( op2, &rs2 );
rbacuser.c 420 rc = op2.o_bd->be_search( &op2, &rs2 );
  /src/external/bsd/openldap/dist/contrib/slapd-modules/nssov/
nssov.h 347 op->o_bd->be_search( op, &rs ); \
passwd.c 193 rc = op2.o_bd->be_search( &op2, &rs );
pam.c 408 rc = op->o_bd->be_search(op, &rs2);
419 rc = op->o_bd->be_search(op, &rs2);
  /src/external/bsd/openldap/dist/servers/slapd/overlays/
nestgroup.c 372 op->o_bd->be_search( op, &r );
386 op->o_bd->be_search( op, &r );
refint.c 614 rc = op->o_bd->be_search( op, &rs );
877 if ( be->be_search && be->be_modify ) {
constraint.c 651 if (!nop.o_bd->be_search) {
715 rc = nop.o_bd->be_search( &nop, &nrs );
dynlist.c 494 if ( o.o_bd && o.o_bd->be_search ) {
498 (void)o.o_bd->be_search( &o, &r );
841 if ( o.o_bd && o.o_bd->be_search ) {
845 (void)o.o_bd->be_search( &o, &r );
1038 if ( !be || !be->be_search ) {
2068 (void)o.o_bd->be_search( &o, &r );
pcache.c 1842 op->o_bd->be_search( op, &sreply );
2162 rc = op->o_bd->be_search( op, &rs );
2282 rc = op->o_bd->be_search( op, &rs );
3451 rc = op->o_bd->be_search( op, &rs );
3475 rc = op->o_bd->be_search( op, &rs );
4711 rc = op->o_bd->be_search( op, &rs );
4741 rc = op->o_bd->be_search( op, &rs );
memberof.c 312 (void)op->o_bd->be_search( &op2, &rs2 );
335 (void)op->o_bd->be_search( &op2, &rs2 );
613 o.o_bd->be_search( &o, &rs );
syncprov.c 535 rc = fop.o_bd->be_search( &fop, &frs );
810 fop.o_bd->be_search( &fop, &frs );
1834 fop.o_bd->be_search( &fop, &frs );
2406 rc = fop.o_bd->be_search( &fop, &frs );
3970 rc = op->o_bd->be_search( op, &rs );
retcode.c 283 rc = op2.o_bd->be_search( &op2, rs );
  /src/external/bsd/openldap/dist/contrib/slapd-modules/samba4/
rdnval.c 164 (void)op2.o_bd->be_search( &op2, &rs2 );
  /src/external/bsd/openldap/dist/servers/slapd/back-sql/
delete.c 374 rc = op->o_bd->be_search( &op2, &rs2 );
  /src/external/bsd/openldap/dist/contrib/slapd-modules/adremap/
adremap.c 466 op2.o_bd->be_search(&op2, &rs);
  /src/external/bsd/openldap/dist/contrib/slapd-modules/autogroup/
autogroup.c 558 op->o_bd->be_search( &o, &rs );
2159 op->o_bd->be_search( op, &rs );
  /src/external/bsd/openldap/dist/servers/slapd/back-meta/
conn.c 946 rc = op->o_bd->be_search( &op2, &rs2 );

Completed in 54 milliseconds

1 2