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

1 2 3 4 5 6

  /src/external/bsd/openldap/dist/servers/slapd/back-meta/
compare.c 54 SlapReply *candidates = NULL; local
56 candidates = meta_back_candidates_get( op );
57 mc = meta_back_getconn( op, rs, &candidate, LDAP_BACK_SENDERR, candidates );
58 if ( !mc || !meta_back_dobind( op, rs, mc, LDAP_BACK_SENDERR, candidates ) ) {
59 op->o_tmpfree( candidates, op->o_tmpmemctx );
138 if ( meta_back_retry( op, rs, &mc, candidate, LDAP_BACK_SENDERR, candidates ) ) {
160 op->o_tmpfree( candidates, op->o_tmpmemctx );
delete.c 51 SlapReply *candidates = NULL; local
53 candidates = meta_back_candidates_get( op );
54 mc = meta_back_getconn( op, rs, &candidate, LDAP_BACK_SENDERR, candidates );
55 if ( !mc || !meta_back_dobind( op, rs, mc, LDAP_BACK_SENDERR, candidates ) ) {
56 op->o_tmpfree( candidates, op->o_tmpmemctx );
90 if ( meta_back_retry( op, rs, &mc, candidate, LDAP_BACK_SENDERR, candidates ) ) {
109 op->o_tmpfree( candidates, op->o_tmpmemctx );
modrdn.c 53 SlapReply *candidates = NULL; local
55 candidates = meta_back_candidates_get( op );
56 mc = meta_back_getconn( op, rs, &candidate, LDAP_BACK_SENDERR, candidates );
57 if ( !mc || !meta_back_dobind( op, rs, mc, LDAP_BACK_SENDERR, candidates ) ) {
58 op->o_tmpfree( candidates, op->o_tmpmemctx );
153 if ( meta_back_retry( op, rs, &mc, candidate, LDAP_BACK_SENDERR, candidates ) ) {
183 op->o_tmpfree( candidates, op->o_tmpmemctx );
compare.c 54 SlapReply *candidates = NULL; local
56 candidates = meta_back_candidates_get( op );
57 mc = meta_back_getconn( op, rs, &candidate, LDAP_BACK_SENDERR, candidates );
58 if ( !mc || !meta_back_dobind( op, rs, mc, LDAP_BACK_SENDERR, candidates ) ) {
59 op->o_tmpfree( candidates, op->o_tmpmemctx );
138 if ( meta_back_retry( op, rs, &mc, candidate, LDAP_BACK_SENDERR, candidates ) ) {
160 op->o_tmpfree( candidates, op->o_tmpmemctx );
delete.c 51 SlapReply *candidates = NULL; local
53 candidates = meta_back_candidates_get( op );
54 mc = meta_back_getconn( op, rs, &candidate, LDAP_BACK_SENDERR, candidates );
55 if ( !mc || !meta_back_dobind( op, rs, mc, LDAP_BACK_SENDERR, candidates ) ) {
56 op->o_tmpfree( candidates, op->o_tmpmemctx );
90 if ( meta_back_retry( op, rs, &mc, candidate, LDAP_BACK_SENDERR, candidates ) ) {
109 op->o_tmpfree( candidates, op->o_tmpmemctx );
modrdn.c 53 SlapReply *candidates = NULL; local
55 candidates = meta_back_candidates_get( op );
56 mc = meta_back_getconn( op, rs, &candidate, LDAP_BACK_SENDERR, candidates );
57 if ( !mc || !meta_back_dobind( op, rs, mc, LDAP_BACK_SENDERR, candidates ) ) {
58 op->o_tmpfree( candidates, op->o_tmpmemctx );
153 if ( meta_back_retry( op, rs, &mc, candidate, LDAP_BACK_SENDERR, candidates ) ) {
183 op->o_tmpfree( candidates, op->o_tmpmemctx );
add.c 55 SlapReply *candidates = NULL; local
62 candidates = meta_back_candidates_get( op );
63 mc = meta_back_getconn( op, rs, &candidate, LDAP_BACK_SENDERR, candidates );
64 if ( !mc || !meta_back_dobind( op, rs, mc, LDAP_BACK_SENDERR, candidates ) ) {
65 op->o_tmpfree( candidates, op->o_tmpmemctx );
191 if ( meta_back_retry( op, rs, &mc, candidate, LDAP_BACK_SENDERR, candidates ) ) {
215 op->o_tmpfree( candidates, op->o_tmpmemctx );
add.c 55 SlapReply *candidates = NULL; local
62 candidates = meta_back_candidates_get( op );
63 mc = meta_back_getconn( op, rs, &candidate, LDAP_BACK_SENDERR, candidates );
64 if ( !mc || !meta_back_dobind( op, rs, mc, LDAP_BACK_SENDERR, candidates ) ) {
65 op->o_tmpfree( candidates, op->o_tmpmemctx );
191 if ( meta_back_retry( op, rs, &mc, candidate, LDAP_BACK_SENDERR, candidates ) ) {
215 op->o_tmpfree( candidates, op->o_tmpmemctx );
modify.c 57 SlapReply *candidates = NULL; local
59 candidates = meta_back_candidates_get( op );
60 mc = meta_back_getconn( op, rs, &candidate, LDAP_BACK_SENDERR, candidates );
61 if ( !mc || !meta_back_dobind( op, rs, mc, LDAP_BACK_SENDERR, candidates ) ) {
62 op->o_tmpfree( candidates, op->o_tmpmemctx );
191 if ( meta_back_retry( op, rs, &mc, candidate, LDAP_BACK_SENDERR, candidates ) ) {
216 op->o_tmpfree( candidates, op->o_tmpmemctx );
modify.c 57 SlapReply *candidates = NULL; local
59 candidates = meta_back_candidates_get( op );
60 mc = meta_back_getconn( op, rs, &candidate, LDAP_BACK_SENDERR, candidates );
61 if ( !mc || !meta_back_dobind( op, rs, mc, LDAP_BACK_SENDERR, candidates ) ) {
62 op->o_tmpfree( candidates, op->o_tmpmemctx );
191 if ( meta_back_retry( op, rs, &mc, candidate, LDAP_BACK_SENDERR, candidates ) ) {
216 op->o_tmpfree( candidates, op->o_tmpmemctx );
  /src/external/gpl3/gcc/dist/gcc/
spellcheck-tree.cc 44 /* Given TARGET, an identifier, and CANDIDATES, a vec of identifiers,
45 determine which element within CANDIDATES has the lowest edit
53 find_closest_identifier (tree target, const auto_vec<tree> *candidates)
60 FOR_EACH_VEC_ELT (*candidates, i, identifier)
80 auto_vec<tree> candidates; local
83 ASSERT_EQ (NULL, find_closest_identifier (get_identifier (""), &candidates));
89 candidates.safe_push (apple);
90 candidates.safe_push (banana);
91 candidates.safe_push (cherry);
94 &candidates));
    [all...]
spellcheck-tree.cc 44 /* Given TARGET, an identifier, and CANDIDATES, a vec of identifiers,
45 determine which element within CANDIDATES has the lowest edit
53 find_closest_identifier (tree target, const auto_vec<tree> *candidates)
60 FOR_EACH_VEC_ELT (*candidates, i, identifier)
80 auto_vec<tree> candidates; local
83 ASSERT_EQ (NULL, find_closest_identifier (get_identifier (""), &candidates));
89 candidates.safe_push (apple);
90 candidates.safe_push (banana);
91 candidates.safe_push (cherry);
94 &candidates));
    [all...]
spellcheck.cc 152 /* Given TARGET, a non-NULL string, and CANDIDATES, a non-NULL ptr to
154 CANDIDATES has the lowest edit distance to TARGET. If there are
163 const auto_vec<const char *> *candidates)
166 gcc_assert (candidates);
171 FOR_EACH_VEC_ELT (*candidates, i, candidate)
322 auto_vec<const char *> candidates; local
323 candidates.safe_push (candidate);
324 ASSERT_EQ_AT (loc, candidate, find_closest_string (target, &candidates));
340 auto_vec<const char *> candidates; local
341 candidates.safe_push (candidate)
409 auto_vec<const char *> candidates; local
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/
spellcheck-tree.cc 44 /* Given TARGET, an identifier, and CANDIDATES, a vec of identifiers,
45 determine which element within CANDIDATES has the lowest edit
53 find_closest_identifier (tree target, const auto_vec<tree> *candidates)
60 FOR_EACH_VEC_ELT (*candidates, i, identifier)
80 auto_vec<tree> candidates; local
83 ASSERT_EQ (NULL, find_closest_identifier (get_identifier (""), &candidates));
89 candidates.safe_push (apple);
90 candidates.safe_push (banana);
91 candidates.safe_push (cherry);
94 &candidates));
    [all...]
spellcheck-tree.cc 44 /* Given TARGET, an identifier, and CANDIDATES, a vec of identifiers,
45 determine which element within CANDIDATES has the lowest edit
53 find_closest_identifier (tree target, const auto_vec<tree> *candidates)
60 FOR_EACH_VEC_ELT (*candidates, i, identifier)
80 auto_vec<tree> candidates; local
83 ASSERT_EQ (NULL, find_closest_identifier (get_identifier (""), &candidates));
89 candidates.safe_push (apple);
90 candidates.safe_push (banana);
91 candidates.safe_push (cherry);
94 &candidates));
    [all...]
  /src/external/bsd/openldap/dist/servers/slapd/back-asyncmeta/
add.c 84 SlapReply *candidates = bc->candidates; local
136 candidates[ candidate ].sr_msgid = META_MSGID_IGNORE;
180 candidates[ candidate ].sr_msgid = msgid;
219 candidates[ candidate ].sr_msgid = META_MSGID_IGNORE;
238 Debug( LDAP_DEBUG_TRACE, "%s <<< asyncmeta_back_add_start[%p]=%d\n", op->o_log_prefix, msc, candidates[candidate].sr_msgid );
252 SlapReply *candidates; local
278 candidates = bc->candidates;
279 mc = asyncmeta_getconn( op, rs, candidates, &candidate, LDAP_BACK_DONTSEND, 0)
    [all...]
compare.c 59 SlapReply *candidates = bc->candidates; local
76 candidates[ candidate ].sr_msgid = META_MSGID_IGNORE;
122 candidates[ candidate ].sr_msgid = msgid;
160 candidates[ candidate ].sr_msgid = META_MSGID_IGNORE;
181 Debug( LDAP_DEBUG_TRACE, "%s <<< asyncmeta_back_compare_start[%p]=%d\n", op->o_log_prefix, msc, candidates[candidate].sr_msgid );
194 SlapReply *candidates; local
220 candidates = bc->candidates;
221 mc = asyncmeta_getconn( op, rs, candidates, &candidate, LDAP_BACK_DONTSEND, 0)
    [all...]
delete.c 56 SlapReply *candidates = bc->candidates; local
70 candidates[ candidate ].sr_msgid = META_MSGID_IGNORE;
115 candidates[ candidate ].sr_msgid = msgid;
154 candidates[ candidate ].sr_msgid = META_MSGID_IGNORE;
172 Debug( LDAP_DEBUG_TRACE, "%s <<< asyncmeta_back_delete_start[%p]=%d\n", op->o_log_prefix, msc, candidates[candidate].sr_msgid );
185 SlapReply *candidates; local
212 candidates = bc->candidates;
213 mc = asyncmeta_getconn( op, rs, candidates, &candidate, LDAP_BACK_DONTSEND, 0)
    [all...]
modify.c 59 SlapReply *candidates = bc->candidates; local
122 candidates[ candidate ].sr_msgid = META_MSGID_IGNORE;
169 candidates[ candidate ].sr_msgid = msgid;
208 candidates[ candidate ].sr_msgid = META_MSGID_IGNORE;
229 Debug( LDAP_DEBUG_TRACE, "%s <<< asyncmeta_back_modify_start[%p]=%d\n", op->o_log_prefix, msc, candidates[candidate].sr_msgid );
242 SlapReply *candidates; local
268 candidates = bc->candidates;
269 mc = asyncmeta_getconn( op, rs, candidates, &candidate, LDAP_BACK_DONTSEND, 0)
    [all...]
modrdn.c 59 SlapReply *candidates = bc->candidates; local
129 candidates[ candidate ].sr_msgid = META_MSGID_IGNORE;
176 candidates[ candidate ].sr_msgid = msgid;
215 candidates[ candidate ].sr_msgid = META_MSGID_IGNORE;
243 Debug( LDAP_DEBUG_TRACE, "%s <<< asyncmeta_back_modrdn_start[%p]=%d\n", op->o_log_prefix, msc, candidates[candidate].sr_msgid );
256 SlapReply *candidates; local
282 candidates = bc->candidates;
283 mc = asyncmeta_getconn( op, rs, candidates, &candidate, LDAP_BACK_DONTSEND, 0)
    [all...]
add.c 84 SlapReply *candidates = bc->candidates; local
136 candidates[ candidate ].sr_msgid = META_MSGID_IGNORE;
180 candidates[ candidate ].sr_msgid = msgid;
219 candidates[ candidate ].sr_msgid = META_MSGID_IGNORE;
238 Debug( LDAP_DEBUG_TRACE, "%s <<< asyncmeta_back_add_start[%p]=%d\n", op->o_log_prefix, msc, candidates[candidate].sr_msgid );
252 SlapReply *candidates; local
278 candidates = bc->candidates;
279 mc = asyncmeta_getconn( op, rs, candidates, &candidate, LDAP_BACK_DONTSEND, 0)
    [all...]
compare.c 59 SlapReply *candidates = bc->candidates; local
76 candidates[ candidate ].sr_msgid = META_MSGID_IGNORE;
122 candidates[ candidate ].sr_msgid = msgid;
160 candidates[ candidate ].sr_msgid = META_MSGID_IGNORE;
181 Debug( LDAP_DEBUG_TRACE, "%s <<< asyncmeta_back_compare_start[%p]=%d\n", op->o_log_prefix, msc, candidates[candidate].sr_msgid );
194 SlapReply *candidates; local
220 candidates = bc->candidates;
221 mc = asyncmeta_getconn( op, rs, candidates, &candidate, LDAP_BACK_DONTSEND, 0)
    [all...]
delete.c 56 SlapReply *candidates = bc->candidates; local
70 candidates[ candidate ].sr_msgid = META_MSGID_IGNORE;
115 candidates[ candidate ].sr_msgid = msgid;
154 candidates[ candidate ].sr_msgid = META_MSGID_IGNORE;
172 Debug( LDAP_DEBUG_TRACE, "%s <<< asyncmeta_back_delete_start[%p]=%d\n", op->o_log_prefix, msc, candidates[candidate].sr_msgid );
185 SlapReply *candidates; local
212 candidates = bc->candidates;
213 mc = asyncmeta_getconn( op, rs, candidates, &candidate, LDAP_BACK_DONTSEND, 0)
    [all...]
modify.c 59 SlapReply *candidates = bc->candidates; local
122 candidates[ candidate ].sr_msgid = META_MSGID_IGNORE;
169 candidates[ candidate ].sr_msgid = msgid;
208 candidates[ candidate ].sr_msgid = META_MSGID_IGNORE;
229 Debug( LDAP_DEBUG_TRACE, "%s <<< asyncmeta_back_modify_start[%p]=%d\n", op->o_log_prefix, msc, candidates[candidate].sr_msgid );
242 SlapReply *candidates; local
268 candidates = bc->candidates;
269 mc = asyncmeta_getconn( op, rs, candidates, &candidate, LDAP_BACK_DONTSEND, 0)
    [all...]
modrdn.c 59 SlapReply *candidates = bc->candidates; local
129 candidates[ candidate ].sr_msgid = META_MSGID_IGNORE;
176 candidates[ candidate ].sr_msgid = msgid;
215 candidates[ candidate ].sr_msgid = META_MSGID_IGNORE;
243 Debug( LDAP_DEBUG_TRACE, "%s <<< asyncmeta_back_modrdn_start[%p]=%d\n", op->o_log_prefix, msc, candidates[candidate].sr_msgid );
256 SlapReply *candidates; local
282 candidates = bc->candidates;
283 mc = asyncmeta_getconn( op, rs, candidates, &candidate, LDAP_BACK_DONTSEND, 0)
    [all...]

Completed in 36 milliseconds

1 2 3 4 5 6