Lines Matching defs:candidates
708 SlapReply *candidates )
805 SlapReply *candidates = meta_back_candidates_get( op );
807 candidates[ candidate ].sr_err = rc;
927 * among the multiple candidates available */
955 /* if multiple candidates can serve the operation,
984 SlapReply *candidates;
986 candidates = op->o_tmpcalloc( mi->mi_ntargets, sizeof( SlapReply ), op->o_tmpmemctx );
987 return candidates;
1029 SlapReply *candidates )
1224 /* allow multiple candidates for the searchBase */
1265 candidates[ i ].sr_err = meta_back_init_one_conn( op,
1268 if ( candidates[ i ].sr_err == LDAP_SUCCESS ) {
1272 META_CANDIDATE_SET( &candidates[ i ] );
1282 META_CANDIDATE_RESET( &candidates[ i ] );
1283 err = candidates[ i ].sr_err;
1298 rs->sr_text = "Unable to select valid candidates";
1328 META_CANDIDATE_RESET( &candidates[ j ] );
1430 * Clear all other candidates
1432 ( void )meta_clear_unused_candidates( op, i, candidates );
1450 META_CANDIDATE_RESET( &candidates[ i ] );
1465 candidates[ i ].sr_err = LDAP_SUCCESS;
1466 META_CANDIDATE_SET( &candidates[ i ] );
1496 META_CANDIDATE_RESET( &candidates[ i ] );
1510 candidates[ i ].sr_err = lerr;
1512 META_CANDIDATE_SET( &candidates[ i ] );
1519 META_CANDIDATE_SET( &candidates[ i ] );
1583 rs->sr_text = "Unable to select valid candidates";
1673 "%s meta_back_getconn: candidates=%d conn=%s insert failed\n",
1694 "%s meta_back_getconn: candidates=%d conn=%s inserted\n",
1704 "%s meta_back_getconn: candidates=%d conn=%s fetched\n",