Home | History | Annotate | Download | only in back-asyncmeta

Lines Matching defs:candidates

73 	SlapReply	*candidates = NULL;
107 candidates = op->o_tmpcalloc(mi->mi_ntargets, sizeof(SlapReply),op->o_tmpmemctx);
112 mc = asyncmeta_getconn( op, rs, candidates, NULL, LDAP_BACK_BIND_DONTSEND, 1 );
142 * Skip non-candidates
144 if ( !META_IS_CANDIDATE( &candidates[ i ] ) ) {
202 META_CANDIDATE_CLEAR( &candidates[ i ] );
1418 SlapReply *candidates = bc->candidates;
1475 candidates[ candidate ].sr_msgid = META_MSGID_NEED_BIND;
1625 candidates[ candidate ].sr_msgid = META_MSGID_NEED_BIND;
1643 META_BINDING_SET( &candidates[ candidate ] );
1650 candidates[ candidate ].sr_msgid = META_MSGID_CONNECTING;
1661 candidates[ candidate ].sr_msgid = META_MSGID_IGNORE;
1671 candidates[ candidate ].sr_err = rc;
1678 candidates[ candidate ].sr_msgid = META_MSGID_IGNORE;