Lines Matching defs:candidates
71 SlapReply *candidates;
97 candidates = meta_back_candidates_get( op );
101 mc = meta_back_getconn( op, rs, NULL, LDAP_BACK_BIND_DONTSEND, candidates );
119 op->o_tmpfree( candidates, op->o_tmpmemctx );
132 * Skip non-candidates
134 if ( !META_IS_CANDIDATE( &candidates[ i ] ) ) {
193 META_CANDIDATE_CLEAR( &candidates[ i ] );
292 op->o_tmpfree( candidates, op->o_tmpmemctx );
297 op->o_tmpfree( candidates, op->o_tmpmemctx );
683 SlapReply *candidates )
721 if ( !META_IS_CANDIDATE( &candidates[ i ] ) ) {
768 if ( meta_back_retry( op, rs, &mc, i, sendok, candidates ) ) {
800 candidates[ i ].sr_err = rc;