Searched refs:max_tries (Results 1 - 8 of 8) sorted by relevance
/third_party/backends/backend/ |
H A D | mustek_scsi_pp.c | 712 int max_tries; in mustek_scsi_pp_cmd() local 714 max_tries = MUSTEK_SCSI_PP_NUM_RETRIES; in mustek_scsi_pp_cmd() 749 max_tries = 20; in mustek_scsi_pp_cmd() 801 while ((stat != SANE_STATUS_GOOD) && (num_tries < max_tries)); in mustek_scsi_pp_cmd()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/ |
H A D | dpp_supplicant.c | 116 unsigned int wait_time, max_tries; in wpas_dpp_auth_resp_retry() local 122 max_tries = wpa_s->dpp_resp_max_tries; in wpas_dpp_auth_resp_retry() 124 max_tries = 5; in wpas_dpp_auth_resp_retry() 126 if (auth->auth_resp_tries >= max_tries) { in wpas_dpp_auth_resp_retry() 349 unsigned int wait_time, max_wait_time, freq, max_tries, used; in wpas_dpp_auth_init_next() local 362 max_tries = wpa_s->dpp_init_max_tries; in wpas_dpp_auth_init_next() 364 max_tries = 5; in wpas_dpp_auth_init_next() 365 if (auth->num_freq_iters >= max_tries || auth->auth_req_ack) { in wpas_dpp_auth_init_next()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/ap/ |
H A D | dpp_hostapd.c | 89 unsigned int wait_time, max_tries; in hostapd_dpp_auth_resp_retry() local 95 max_tries = hapd->dpp_resp_max_tries; in hostapd_dpp_auth_resp_retry() 97 max_tries = 5; in hostapd_dpp_auth_resp_retry() 99 if (auth->auth_resp_tries >= max_tries) { in hostapd_dpp_auth_resp_retry() 314 unsigned int wait_time, max_wait_time, freq, max_tries, used; in hostapd_dpp_auth_init_next() local 326 max_tries = hapd->dpp_init_max_tries; in hostapd_dpp_auth_init_next() 328 max_tries = 5; in hostapd_dpp_auth_init_next() 329 if (auth->num_freq_iters >= max_tries || auth->auth_req_ack) { in hostapd_dpp_auth_init_next()
|
/third_party/libphonenumber/cpp/src/phonenumbers/ |
H A D | phonenumbermatcher.h | 81 int max_tries);
|
H A D | phonenumbermatcher.cc | 409 int max_tries) in PhoneNumberMatcher() 416 max_tries_(max_tries), in PhoneNumberMatcher() 405 PhoneNumberMatcher(const PhoneNumberUtil& util, const string& text, const string& region_code, PhoneNumberMatcher::Leniency leniency, int max_tries) PhoneNumberMatcher() argument
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/ap/ |
H A D | dpp_hostapd.c | 186 unsigned int wait_time, max_tries; in hostapd_dpp_auth_resp_retry() local 192 max_tries = hapd->dpp_resp_max_tries; in hostapd_dpp_auth_resp_retry() 194 max_tries = 5; in hostapd_dpp_auth_resp_retry() 196 if (auth->auth_resp_tries >= max_tries) { in hostapd_dpp_auth_resp_retry() 447 unsigned int wait_time, max_wait_time, freq, max_tries, used; in hostapd_dpp_auth_init_next() local 459 max_tries = hapd->dpp_init_max_tries; in hostapd_dpp_auth_init_next() 461 max_tries = 5; in hostapd_dpp_auth_init_next() 462 if (auth->num_freq_iters >= max_tries || auth->auth_req_ack) { in hostapd_dpp_auth_init_next()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/ |
H A D | dpp_supplicant.c | 214 unsigned int wait_time, max_tries; in wpas_dpp_auth_resp_retry() local 220 max_tries = wpa_s->dpp_resp_max_tries; in wpas_dpp_auth_resp_retry() 222 max_tries = 5; in wpas_dpp_auth_resp_retry() 224 if (auth->auth_resp_tries >= max_tries) { in wpas_dpp_auth_resp_retry() 661 unsigned int wait_time, max_wait_time, freq, max_tries, used; in wpas_dpp_auth_init_next() local 674 max_tries = wpa_s->dpp_init_max_tries; in wpas_dpp_auth_init_next() 676 max_tries = 5; in wpas_dpp_auth_init_next() 677 if (auth->num_freq_iters >= max_tries || auth->auth_req_ack) { in wpas_dpp_auth_init_next()
|
/third_party/node/deps/cares/src/lib/ |
H A D | ares_process.c | 764 size_t max_tries = ares__slist_len(channel->servers) * channel->tries; in ares__requeue_query() local 768 if (query->try_count < max_tries && !query->no_retries) { in ares__requeue_query()
|
Completed in 19 milliseconds