HomeSort by: relevance | last modified time | path
    Searched defs:candidate (Results 1 - 25 of 81) sorted by relevancy

1 2 3 4

  /src/external/bsd/openldap/dist/servers/slapd/back-asyncmeta/
candidates.c 3 /* candidates.c - candidate targets selection and processing for
47 * the request is spawned to all the candidate targets
56 * the target is the only candidate.
95 * returns 1 if suffix is candidate for dn, otherwise 0
116 * | T | T | not candidate |
119 * | T | F | candidate |
120 * | F | F | not candidate |
195 * returns the index of the candidate in case it is unique, otherwise
205 int i, candidate = META_TARGET_NONE; local
211 if ( candidate == META_TARGET_NONE )
    [all...]
add.c 48 int candidate)
51 mc->mc_conns[candidate].msc_active--;
70 int candidate,
79 a_metatarget_t *mt = mi->mi_targets[ candidate ];
83 a_metasingleconn_t *msc = &mc->mc_conns[ candidate ];
134 if ( asyncmeta_controls_add( op, rs, mc, candidate, bc->is_root, &ctrls ) != LDAP_SUCCESS )
136 candidates[ candidate ].sr_msgid = META_MSGID_IGNORE;
180 candidates[ candidate ].sr_msgid = msgid;
200 asyncmeta_reset_msc(NULL, mc, candidate, 0, __FUNCTION__);
213 switch (bc->nretries[candidate]) {
249 int rc, candidate = -1; local
    [all...]
compare.c 45 int candidate,
50 a_metatarget_t *mt = mi->mi_targets[ candidate ];
58 a_metasingleconn_t *msc = &mc->mc_conns[ candidate ];
74 if ( asyncmeta_controls_add( op, rs, mc, candidate, bc->is_root,&ctrls ) != LDAP_SUCCESS )
76 candidates[ candidate ].sr_msgid = META_MSGID_IGNORE;
122 candidates[ candidate ].sr_msgid = msgid;
142 asyncmeta_reset_msc(NULL, mc, candidate, 0, __FUNCTION__);
155 switch (bc->nretries[candidate]) {
160 candidates[ candidate ].sr_msgid = META_MSGID_IGNORE;
167 bc->nretries[candidate]--
191 int rc, candidate = -1; local
    [all...]
delete.c 44 int candidate,
48 a_metatarget_t *mt = mi->mi_targets[ candidate ];
55 a_metasingleconn_t *msc = &mc->mc_conns[ candidate ];
68 if ( asyncmeta_controls_add( op, rs, mc, candidate, bc->is_root, &ctrls ) != LDAP_SUCCESS )
70 candidates[ candidate ].sr_msgid = META_MSGID_IGNORE;
115 candidates[ candidate ].sr_msgid = msgid;
135 asyncmeta_reset_msc(NULL, mc, candidate, 0, __FUNCTION__);
148 switch (bc->nretries[candidate]) {
154 candidates[ candidate ].sr_msgid = META_MSGID_IGNORE;
161 bc->nretries[candidate]--
182 int rc, candidate = -1; local
    [all...]
modify.c 45 int candidate,
51 a_metatarget_t *mt = mi->mi_targets[ candidate ];
58 a_metasingleconn_t *msc = &mc->mc_conns[ candidate ];
120 if ( asyncmeta_controls_add( op, rs, mc, candidate, bc->is_root, &ctrls) != LDAP_SUCCESS )
122 candidates[ candidate ].sr_msgid = META_MSGID_IGNORE;
169 candidates[ candidate ].sr_msgid = msgid;
189 asyncmeta_reset_msc(NULL, mc, candidate, 0, __FUNCTION__);
202 switch (bc->nretries[candidate]) {
208 candidates[ candidate ].sr_msgid = META_MSGID_IGNORE;
215 bc->nretries[candidate]--
239 int rc, candidate = -1; local
    [all...]
modrdn.c 45 int candidate,
50 a_metatarget_t *mt = mi->mi_targets[ candidate ];
58 a_metasingleconn_t *msc = &mc->mc_conns[ candidate ];
127 if ( asyncmeta_controls_add( op, rs, mc, candidate, bc->is_root, &ctrls ) != LDAP_SUCCESS )
129 candidates[ candidate ].sr_msgid = META_MSGID_IGNORE;
176 candidates[ candidate ].sr_msgid = msgid;
196 asyncmeta_reset_msc(NULL, mc, candidate, 0, __FUNCTION__ );
209 switch (bc->nretries[candidate]) {
215 candidates[ candidate ].sr_msgid = META_MSGID_IGNORE;
222 bc->nretries[candidate]--
253 int rc, candidate = -1; local
    [all...]
conn.c 77 int candidate,
83 a_metatarget_t *mt = mi->mi_targets[ candidate ];
87 int isauthz = ( candidate == mc->mc_authz_target );
112 candidate, ri->ri_idx,
133 msc = &mc->mc_conns[candidate];
361 op->o_log_prefix, candidate,
366 asyncmeta_clear_one_msc( op, mc, candidate, 1, __FUNCTION__ );
462 long candidate; local
465 * tries to get a unique candidate
468 candidate = asyncmeta_select_unique_candidate( mi, ndn )
    [all...]
  /src/external/bsd/openldap/dist/servers/slapd/back-meta/
candidates.c 46 * the request is spawned to all the candidate targets
55 * the target is the only candidate.
94 * returns 1 if suffix is candidate for dn, otherwise 0
115 * | T | T | not candidate |
118 * | T | F | candidate |
119 * | F | F | not candidate |
194 * returns the index of the candidate in case it is unique, otherwise
204 int i, candidate = META_TARGET_NONE; local
210 if ( candidate == META_TARGET_NONE ) {
211 candidate = i
    [all...]
compare.c 46 int candidate = -1; local
57 mc = meta_back_getconn( op, rs, &candidate, LDAP_BACK_SENDERR, candidates );
63 assert( mc->mc_conns[ candidate ].msc_ld != NULL );
68 mt = mi->mi_targets[ candidate ];
124 rc = meta_back_controls_add( op, rs, mc, candidate, &ctrls );
130 rs->sr_err = ldap_compare_ext( mc->mc_conns[ candidate ].msc_ld, mdn.bv_val,
134 rs->sr_err = meta_back_op_result( mc, op, rs, candidate, msgid,
138 if ( meta_back_retry( op, rs, &mc, candidate, LDAP_BACK_SENDERR, candidates ) ) {
delete.c 45 int candidate = -1; local
54 mc = meta_back_getconn( op, rs, &candidate, LDAP_BACK_SENDERR, candidates );
60 assert( mc->mc_conns[ candidate ].msc_ld != NULL );
65 mt = mi->mi_targets[ candidate ];
78 if ( meta_back_controls_add( op, rs, mc, candidate, &ctrls ) != LDAP_SUCCESS )
84 rs->sr_err = ldap_delete_ext( mc->mc_conns[ candidate ].msc_ld,
86 rs->sr_err = meta_back_op_result( mc, op, rs, candidate, msgid,
90 if ( meta_back_retry( op, rs, &mc, candidate, LDAP_BACK_SENDERR, candidates ) ) {
modrdn.c 45 int candidate = -1; local
56 mc = meta_back_getconn( op, rs, &candidate, LDAP_BACK_SENDERR, candidates );
62 assert( mc->mc_conns[ candidate ].msc_ld != NULL );
64 mt = mi->mi_targets[ candidate ];
139 if ( meta_back_controls_add( op, rs, mc, candidate, &ctrls ) != LDAP_SUCCESS )
145 rs->sr_err = ldap_rename( mc->mc_conns[ candidate ].msc_ld,
149 rs->sr_err = meta_back_op_result( mc, op, rs, candidate, msgid,
153 if ( meta_back_retry( op, rs, &mc, candidate, LDAP_BACK_SENDERR, candidates ) ) {
add.c 46 int i, candidate = -1; local
63 mc = meta_back_getconn( op, rs, &candidate, LDAP_BACK_SENDERR, candidates );
69 assert( mc->mc_conns[ candidate ].msc_ld != NULL );
74 mt = mi->mi_targets[ candidate ];
179 if ( meta_back_controls_add( op, rs, mc, candidate, &ctrls ) != LDAP_SUCCESS )
185 rs->sr_err = ldap_add_ext( mc->mc_conns[ candidate ].msc_ld, mdn.bv_val,
187 rs->sr_err = meta_back_op_result( mc, op, rs, candidate, msgid,
191 if ( meta_back_retry( op, rs, &mc, candidate, LDAP_BACK_SENDERR, candidates ) ) {
modify.c 49 int candidate = -1, i; local
60 mc = meta_back_getconn( op, rs, &candidate, LDAP_BACK_SENDERR, candidates );
66 assert( mc->mc_conns[ candidate ].msc_ld != NULL );
71 mt = mi->mi_targets[ candidate ];
179 rc = meta_back_controls_add( op, rs, mc, candidate, &ctrls );
185 rs->sr_err = ldap_modify_ext( mc->mc_conns[ candidate ].msc_ld, mdn.bv_val,
187 rs->sr_err = meta_back_op_result( mc, op, rs, candidate, msgid,
191 if ( meta_back_retry( op, rs, &mc, candidate, LDAP_BACK_SENDERR, candidates ) ) {
  /src/external/bsd/kyua-cli/dist/utils/fs/
operations.cpp 150 const fs::path candidate = path_component.empty() ? local
152 if (exists(candidate)) {
153 if (candidate.is_absolute())
154 return utils::make_optional(candidate);
156 return utils::make_optional(candidate.to_absolute());
  /src/external/bsd/kyua-testers/dist/
stacktrace.c 115 /// a valid candidate. Can be relative to the given work directory.
194 // this core file candidate.
238 char* candidate = NULL; local
242 // as the first candidate.
251 if (candidate == NULL && MAXCOMLEN > 0) {
253 candidate = try_core("%s/%s.core", directory,
258 if (candidate == NULL)
259 candidate = try_core("%s/%s.core", directory, name);
262 if (candidate == NULL)
263 candidate = try_core("%s/core.%d", directory, (int)dead_pid)
    [all...]
  /src/external/bsd/wpa/dist/src/rsn_supp/
preauth.c 34 * pmksa_candidate_free - Free all entries in PMKSA candidate list
307 * Go through the PMKSA candidates and start pre-authentication if a candidate
313 struct rsn_pmksa_candidate *candidate, *n; local
318 /* TODO: drop priority for old candidate entries */
320 wpa_msg(sm->ctx->msg_ctx, MSG_DEBUG, "RSN: processing PMKSA candidate "
331 dl_list_for_each_safe(candidate, n, &sm->pmksa_candidates,
334 p = pmksa_cache_get(sm->pmksa, candidate->bssid, sm->own_addr,
336 if (!ether_addr_equal(sm->bssid, candidate->bssid) &&
339 "candidate " MACSTR
341 MAC2STR(candidate->bssid))
    [all...]
  /src/external/gpl3/gcc/dist/gcc/
opt-suggestions.cc 74 char *candidate = (*m_option_suggestions)[i]; local
75 if (strlen (candidate) >= length
76 && strstr (candidate, option_prefix) == candidate)
77 results.safe_push (concat ("-", candidate, NULL));
spellcheck.cc 169 const char *candidate; local
171 FOR_EACH_VEC_ELT (*candidates, i, candidate)
173 gcc_assert (candidate);
174 bm.consider (candidate);
181 to be meaningful, given a goal of length GOAL_LEN and a candidate of
184 This is a third of the length of the candidate or of the goal,
316 /* Assert that CANDIDATE is offered as a suggestion for TARGET. */
319 assert_suggested_for (const location &loc, const char *candidate,
323 candidates.safe_push (candidate);
324 ASSERT_EQ_AT (loc, candidate, find_closest_string (target, &candidates))
    [all...]
valtrack.cc 617 rtx candidate = *DF_REF_REAL_LOC (cur->use); local
620 GET_MODE_BITSIZE (GET_MODE (candidate))))
621 reg = candidate;
  /src/external/gpl3/gcc.old/dist/gcc/
opt-suggestions.cc 74 char *candidate = (*m_option_suggestions)[i]; local
75 if (strlen (candidate) >= length
76 && strstr (candidate, option_prefix) == candidate)
77 results.safe_push (concat ("-", candidate, NULL));
spellcheck.cc 169 const char *candidate; local
171 FOR_EACH_VEC_ELT (*candidates, i, candidate)
173 gcc_assert (candidate);
174 bm.consider (candidate);
181 to be meaningful, given a goal of length GOAL_LEN and a candidate of
184 This is a third of the length of the candidate or of the goal,
316 /* Assert that CANDIDATE is offered as a suggestion for TARGET. */
319 assert_suggested_for (const location &loc, const char *candidate,
323 candidates.safe_push (candidate);
324 ASSERT_EQ_AT (loc, candidate, find_closest_string (target, &candidates))
    [all...]
valtrack.cc 617 rtx candidate = *DF_REF_REAL_LOC (cur->use); local
620 GET_MODE_BITSIZE (GET_MODE (candidate))))
621 reg = candidate;
  /src/external/ibm-public/postfix/dist/src/postconf/
postconf_dbms.c 30 /* database-defined suffixes to generate candidate parameter
35 /* A function that takes as arguments a candidate parameter
258 static VSTRING *candidate = 0; local
317 * the database is a known type. Synthesize candidate parameter names
350 vstring_sprintf(candidate ? candidate :
351 (candidate = vstring_alloc(30)),
353 flag_parameter(STR(candidate),
  /src/sys/dev/raidframe/
rf_stripelocks.c 128 /* Determines if a candidate lock request conflicts with a predecessor
133 * a candidate read conflicts with a predecessor write if any
136 * a candidate write conflicts with a predecessor read if any
139 * a candidate write conflicts with a predecessor write if any
386 RF_LockReqDesc_t *candidate, *candidate_t, *predecessor; local
487 for (candidate_t = NULL, candidate = lockDesc->waitersH;
488 candidate;) {
492 if (RANGE_OVERLAP(lockReqDesc, candidate))
496 if (RANGE_OVERLAP(t, candidate)) {
503 Dprintf8("[%d] No overlap: rejecting candidate stripeID %ld, type %c range %ld-%ld %ld-%ld table 0x%lx\n"
    [all...]
  /src/sys/uvm/
uvm_pglist.c 115 long candidate, limit, candidateidx, end, idx; local
142 candidate = roundup2(ulmax(low, uvm_physseg_get_avail_start(psi) +
153 if (candidate + num > limit) {
166 candidate = roundup2(ulmax(low, uvm_physseg_get_avail_start(psi)), alignment);
173 ((candidate ^ (candidate + num - 1)) & pagemask) != 0) {
178 candidate = (candidate + num - 1) & pagemask;
179 candidate = roundup2(candidate, alignment)
528 long limit, candidate; local
600 candidate + 1, local
    [all...]

Completed in 25 milliseconds

1 2 3 4