Searched refs:be_bind (Results 1 – 8 of 8) sorted by relevance
211 rs->sr_err = frontendDB->be_bind( op, rs ); in do_bind()385 if( op->o_bd->be_bind ) { in fe_op_bind()388 rs->sr_err = (op->o_bd->be_bind)( op, rs ); in fe_op_bind()
1810 #define be_bind bd_info->bi_op_bind macro
149 be_bind bi_op_bind => op_bind
351 rs->sr_err = frontendDB->be_bind( conn->op, &rs2 ); in vc_exop()
294 rc = op2.o_bd->be_bind( &op2, &rs2 ); in rbac_authenticate_user()
401 return (&frontendDB->be_bind)[which]( pb->pb_op, pb->pb_rs ); in slapi_int_func_internal_pb()
201 rc = op->o_bd->be_bind( op, &rs ); in pam_do_bind()
2924 if ( op->o_bd->be_bind( op, rs ) == LDAP_SUCCESS ) { in pcache_op_bind()