Home
last modified time | relevance | path

Searched defs:candidate (Results 1 – 25 of 113) sorted by relevance

12345

/netbsd-src/external/bsd/openldap/dist/servers/slapd/back-meta/
H A Dcandidates.c204 int i, candidate = META_TARGET_NONE; in meta_back_select_unique_candidate() local
230 int candidate ) in meta_clear_unused_candidates()
255 int candidate ) in meta_clear_one_candidate()
H A Dbind.c304 int candidate, in meta_back_bind_op_result()
450 int candidate ) in meta_back_single_bind()
578 int candidate, in meta_back_single_dobind()
919 int candidate, in meta_back_cancel()
962 int candidate, in meta_back_op_result()
1290 int candidate, in meta_back_proxy_authz_cred()
1550 int candidate, in meta_back_proxy_authz_bind()
1631 int candidate, in meta_back_controls_add()
H A Dconn.c275 int candidate, in meta_back_init_one_conn()
706 int candidate, in meta_back_retry()
904 long candidate; in meta_back_get_candidate() local
1076 int *candidate, in meta_back_getconn()
1833 int candidate ) in meta_back_quarantine()
H A Ddelete.c45 int candidate = -1; in meta_back_delete() local
H A Dmodrdn.c45 int candidate = -1; in meta_back_modrdn() local
H A Dcompare.c46 int candidate = -1; in meta_back_compare() local
H A Dadd.c46 int i, candidate = -1; in meta_back_add() local
H A Dmodify.c49 int candidate = -1, i; in meta_back_modify() local
H A Dsearch.c78 int candidate, in meta_search_dobind_init()
367 int candidate, in meta_search_dobind_result()
439 int candidate, in meta_back_search_start()
/netbsd-src/external/bsd/openldap/dist/servers/slapd/back-asyncmeta/
H A Dconn.c77 int candidate, in asyncmeta_init_one_conn()
462 long candidate; in asyncmeta_get_candidate() local
523 int *candidate, in asyncmeta_getconn()
945 int candidate ) in asyncmeta_quarantine()
1041 int candidate) in asyncmeta_start_one_listener()
1068 int candidate, in asyncmeta_clear_one_msc()
1133 int candidate, in asyncmeta_reset_msc()
H A Dmeta_result.c53 asyncmeta_is_last_result(a_metaconn_t *mc, bm_context_t *bc, int candidate) in asyncmeta_is_last_result()
73 int candidate, in asyncmeta_dobind_result()
494 asyncmeta_search_last_result(a_metaconn_t *mc, bm_context_t *bc, int candidate, int sres) in asyncmeta_search_last_result()
607 asyncmeta_send_pending_op(bm_context_t *bc, int candidate) in asyncmeta_send_pending_op()
637 asyncmeta_send_all_pending_ops(a_metaconn_t *mc, int candidate, void *ctx, int dolock) in asyncmeta_send_all_pending_ops()
684 asyncmeta_return_bind_errors(a_metaconn_t *mc, int candidate, SlapReply *bind_result, void *ctx, in… in asyncmeta_return_bind_errors()
722 asyncmeta_handle_bind_result(LDAPMessage *msg, a_metaconn_t *mc, int candidate, void *ctx) in asyncmeta_handle_bind_result()
740 asyncmeta_handle_search_msg(LDAPMessage *res, a_metaconn_t *mc, bm_context_t *bc, int candidate) in asyncmeta_handle_search_msg()
1215 …asyncmeta_handle_common_result(LDAPMessage *msg, a_metaconn_t *mc, bm_context_t *bc, int candidate) in asyncmeta_handle_common_result()
1383 asyncmeta_op_read_error(a_metaconn_t *mc, int candidate, int error, void* ctx) in asyncmeta_op_read_error()
H A Dadd.c48 int candidate) in asyncmeta_error_cleanup()
69 int candidate, in asyncmeta_back_add_start()
248 int rc, candidate = -1; in asyncmeta_back_add() local
H A Dbind.c247 int candidate, in asyncmeta_bind_op_result()
382 int candidate ) in asyncmeta_single_bind()
565 int candidate ) in asyncmeta_back_cancel()
626 int candidate, in asyncmeta_back_proxy_authz_cred()
912 int candidate, in asyncmeta_proxy_authz_bind()
1255 int candidate, in asyncmeta_controls_add()
1396 …ncmeta_dobind_init(Operation *op, SlapReply *rs, bm_context_t *bc, a_metaconn_t *mc, int candidate) in asyncmeta_dobind_init()
1670 …nd_init_with_retry(Operation *op, SlapReply *rs, bm_context_t *bc, a_metaconn_t *mc, int candidate) in asyncmeta_dobind_init_with_retry()
H A Dcandidates.c205 int i, candidate = META_TARGET_NONE; in asyncmeta_select_unique_candidate() local
229 int candidate, in asyncmeta_clear_unused_candidates()
H A Ddelete.c44 int candidate, in asyncmeta_back_delete_start()
182 int rc, candidate = -1; in asyncmeta_back_delete() local
H A Dmodrdn.c45 int candidate, in asyncmeta_back_modrdn_start()
253 int rc, candidate = -1; in asyncmeta_back_modrdn() local
H A Dcompare.c45 int candidate, in asyncmeta_back_compare_start()
191 int rc, candidate = -1; in asyncmeta_back_compare() local
H A Dmodify.c45 int candidate, in asyncmeta_back_modify_start()
243 int rc, candidate = -1; in asyncmeta_back_modify() local
H A Dsearch.c47 int candidate) in asyncmeta_handle_onerr_stop()
322 int candidate, in asyncmeta_back_search_start()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Sema/
H A DTypoCorrection.h309 virtual unsigned RankCandidate(const TypoCorrection &candidate) { in RankCandidate()
340 bool MatchesTypo(const TypoCorrection &candidate) { in MatchesTypo()
368 bool ValidateCandidate(const TypoCorrection &candidate) override { in ValidateCandidate()
408 bool ValidateCandidate(const TypoCorrection &candidate) override { in ValidateCandidate()
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dspellcheck.cc169 const char *candidate; in find_closest_string() local
319 assert_suggested_for (const location &loc, const char *candidate, in assert_suggested_for()
337 assert_not_suggested_for (const location &loc, const char *candidate, in assert_not_suggested_for()
H A Dhash-traits.h174 pointer_hash <Type>::hash (const value_type &candidate) in hash()
184 const compare_type &candidate) in equal()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dspellcheck.c154 const char *candidate; in find_closest_string() local
301 assert_suggested_for (const location &loc, const char *candidate, in assert_suggested_for()
319 assert_not_suggested_for (const location &loc, const char *candidate, in assert_not_suggested_for()
H A Dhash-traits.h162 pointer_hash <Type>::hash (const value_type &candidate) in hash()
172 const compare_type &candidate) in equal()
/netbsd-src/external/bsd/atf/dist/tools/
H A Dexpand.cpp78 impl::matches_glob(const std::string& glob, const std::string& candidate) in matches_glob()

12345