Home
last modified time | relevance | path

Searched refs:next_try (Results 1 – 25 of 139) sorted by relevance

123456

/dports/www/py-weboob/weboob-2.0/weboob/browser/
H A Dexceptions.py51 def __init__(self, message='', next_try=None): argument
54 if isinstance(next_try, datetime.date) and not isinstance(next_try, datetime.datetime):
55 next_try = datetime.datetime.combine(next_try, datetime.datetime.min.time())
57 if next_try is None:
58 next_try = datetime.datetime.now() + relativedelta(days=1)
60 if not isinstance(next_try, datetime.datetime):
63 self.next_try = next_try
66 …per(BrowserTooManyRequests, self).__str__() or 'Too many requests, next_try set %s' % self.next_try
/dports/dns/yadifa/yadifa-2.5.3-10333/sbin/yadifad/
H A Ddatabase-service-zone-download.c458 time_t next_try = time(NULL) + g_config->axfr_retry_delay + jitter + in database_service_zone_download_xfr() local
463 …ter %{hostaddr} failed to answer AXFR query for domain retrying at %T", origin, servers, next_try); in database_service_zone_download_xfr()
465 … database_zone_axfr_query_at(zone_origin(zone_desc), next_try); // should not be lower than 5 in database_service_zone_download_xfr()
469 …ter %{hostaddr} failed to answer IXFR query for domain retrying at %T", origin, servers, next_try); in database_service_zone_download_xfr()
471 … database_zone_ixfr_query_at(zone_origin(zone_desc), next_try); // should not be lower than 5 in database_service_zone_download_xfr()
485 time_t next_try = time(NULL) + g_config->axfr_retry_delay + jitter; in database_service_zone_download_xfr() local
500 … database_zone_axfr_query_at(zone_origin(zone_desc), next_try); // should not be lower than 5 in database_service_zone_download_xfr()
506 … database_zone_ixfr_query_at(zone_origin(zone_desc), next_try); // should not be lower than 5 in database_service_zone_download_xfr()
541 database_zone_axfr_query_at(zone_origin(zone_desc), next_try); in database_service_zone_download_xfr()
549 database_zone_axfr_query_at(zone_origin(zone_desc), next_try); in database_service_zone_download_xfr()
[all …]
/dports/mail/exim-monitor/exim-4.95/src/
H A Dretry.c45 retry_record->next_try, retry_record->expired ? 'T' : 'F'); in retry_ultimate_address_timeout()
220 if (now < host_retry_record->next_try && !f.deliver_force) in retry_check_address()
248 if (now < message_retry_record->next_try && !f.deliver_force) in retry_check_address()
676 retry_record->next_try = now; in retry_update()
781 next_try = now; in retry_update()
785 next_try = now + rule->p1; in retry_update()
789 retry_record->next_try - retry_record->last_try; in retry_update()
798 next_try = now + rule->p1; in retry_update()
808 if (next_try - now > retry_interval_max) in retry_update()
809 next_try = now + retry_interval_max; in retry_update()
[all …]
/dports/mail/exim-mysql/exim-4.95/src/
H A Dretry.c45 retry_record->next_try, retry_record->expired ? 'T' : 'F'); in retry_ultimate_address_timeout()
220 if (now < host_retry_record->next_try && !f.deliver_force) in retry_check_address()
248 if (now < message_retry_record->next_try && !f.deliver_force) in retry_check_address()
676 retry_record->next_try = now; in retry_update()
781 next_try = now; in retry_update()
785 next_try = now + rule->p1; in retry_update()
789 retry_record->next_try - retry_record->last_try; in retry_update()
798 next_try = now + rule->p1; in retry_update()
808 if (next_try - now > retry_interval_max) in retry_update()
809 next_try = now + retry_interval_max; in retry_update()
[all …]
/dports/mail/exim-sa-exim/exim-4.95/src/
H A Dretry.c45 retry_record->next_try, retry_record->expired ? 'T' : 'F'); in retry_ultimate_address_timeout()
220 if (now < host_retry_record->next_try && !f.deliver_force) in retry_check_address()
248 if (now < message_retry_record->next_try && !f.deliver_force) in retry_check_address()
676 retry_record->next_try = now; in retry_update()
781 next_try = now; in retry_update()
785 next_try = now + rule->p1; in retry_update()
789 retry_record->next_try - retry_record->last_try; in retry_update()
798 next_try = now + rule->p1; in retry_update()
808 if (next_try - now > retry_interval_max) in retry_update()
809 next_try = now + retry_interval_max; in retry_update()
[all …]
/dports/mail/exim-postgresql/exim-4.95/src/
H A Dretry.c45 retry_record->next_try, retry_record->expired ? 'T' : 'F'); in retry_ultimate_address_timeout()
220 if (now < host_retry_record->next_try && !f.deliver_force) in retry_check_address()
248 if (now < message_retry_record->next_try && !f.deliver_force) in retry_check_address()
676 retry_record->next_try = now; in retry_update()
781 next_try = now; in retry_update()
785 next_try = now + rule->p1; in retry_update()
789 retry_record->next_try - retry_record->last_try; in retry_update()
798 next_try = now + rule->p1; in retry_update()
808 if (next_try - now > retry_interval_max) in retry_update()
809 next_try = now + retry_interval_max; in retry_update()
[all …]
/dports/mail/exim-ldap2/exim-4.95/src/
H A Dretry.c45 retry_record->next_try, retry_record->expired ? 'T' : 'F'); in retry_ultimate_address_timeout()
220 if (now < host_retry_record->next_try && !f.deliver_force) in retry_check_address()
248 if (now < message_retry_record->next_try && !f.deliver_force) in retry_check_address()
676 retry_record->next_try = now; in retry_update()
781 next_try = now; in retry_update()
785 next_try = now + rule->p1; in retry_update()
789 retry_record->next_try - retry_record->last_try; in retry_update()
798 next_try = now + rule->p1; in retry_update()
808 if (next_try - now > retry_interval_max) in retry_update()
809 next_try = now + retry_interval_max; in retry_update()
[all …]
/dports/mail/exim/exim-4.95/src/
H A Dretry.c45 retry_record->next_try, retry_record->expired ? 'T' : 'F'); in retry_ultimate_address_timeout()
220 if (now < host_retry_record->next_try && !f.deliver_force) in retry_check_address()
248 if (now < message_retry_record->next_try && !f.deliver_force) in retry_check_address()
676 retry_record->next_try = now; in retry_update()
781 next_try = now; in retry_update()
785 next_try = now + rule->p1; in retry_update()
789 retry_record->next_try - retry_record->last_try; in retry_update()
798 next_try = now + rule->p1; in retry_update()
808 if (next_try - now > retry_interval_max) in retry_update()
809 next_try = now + retry_interval_max; in retry_update()
[all …]
/dports/mail/exim-sqlite/exim-4.95/src/
H A Dretry.c45 retry_record->next_try, retry_record->expired ? 'T' : 'F'); in retry_ultimate_address_timeout()
220 if (now < host_retry_record->next_try && !f.deliver_force) in retry_check_address()
248 if (now < message_retry_record->next_try && !f.deliver_force) in retry_check_address()
676 retry_record->next_try = now; in retry_update()
781 next_try = now; in retry_update()
785 next_try = now + rule->p1; in retry_update()
789 retry_record->next_try - retry_record->last_try; in retry_update()
798 next_try = now + rule->p1; in retry_update()
808 if (next_try - now > retry_interval_max) in retry_update()
809 next_try = now + retry_interval_max; in retry_update()
[all …]
/dports/sysutils/tm/tm-0.4.1/
H A Dfilter.old12 fs->next_try = (int *) malloc(
13 sizeof(*fs->next_try) * len);
16 static void prepare_next_try(char *str, int len, int *next_try)
20 /* at x = next_try[s], it means how many x characters
22 next_try[0] = 0; /* not used */
32 next_try[s-1] = i;
51 /* Prepare the next_try array */
52 prepare_next_try(p, len, fs->next_try);
116 /* next_try maps 1..len to 0..len-1 */
117 fs->actual_pos = fs->next_try[fs->actual_pos-1];
/dports/security/openvpn/openvpn-2.5.6/src/openvpn/
H A Dreliable.c372 if (e->next_try) in reliable_send_purge()
553 if (now >= e->next_try) in reliable_can_send()
579 if (e->active && local_now >= e->next_try) in reliable_send()
591 best->next_try = local_now + best->timeout; in reliable_send()
595 best->next_try = local_now + best->timeout; in reliable_send()
600 (int)(best->next_try - local_now)); in reliable_send()
618 e->next_try = now; in reliable_schedule_now()
639 if (e->next_try <= local_now) in reliable_send_timeout()
646 ret = min_int(ret, e->next_try - local_now); in reliable_send_timeout()
682 e->next_try = 0; in reliable_mark_active_incoming()
[all …]
/dports/security/openvpn-devel/openvpn-0033811e0215af76f469d78912c95a2f59813454/src/openvpn/
H A Dreliable.c377 if (e->next_try) in reliable_send_purge()
379 const interval_t wake = e->next_try - now; in reliable_send_purge()
608 best->next_try = local_now + best->timeout; in reliable_send()
612 best->next_try = local_now + best->timeout; in reliable_send()
618 (int)(best->next_try - local_now)); in reliable_send()
636 e->next_try = now; in reliable_schedule_now()
657 if (e->next_try <= local_now) in reliable_send_timeout()
664 ret = min_int(ret, e->next_try - local_now); in reliable_send_timeout()
700 e->next_try = 0; in reliable_mark_active_incoming()
731 e->next_try = 0; in reliable_mark_active_outgoing()
[all …]
/dports/security/openvpn-mbedtls/openvpn-2.5.6/src/openvpn/
H A Dreliable.c372 if (e->next_try) in reliable_send_purge()
553 if (now >= e->next_try) in reliable_can_send()
579 if (e->active && local_now >= e->next_try) in reliable_send()
591 best->next_try = local_now + best->timeout; in reliable_send()
595 best->next_try = local_now + best->timeout; in reliable_send()
600 (int)(best->next_try - local_now)); in reliable_send()
618 e->next_try = now; in reliable_schedule_now()
639 if (e->next_try <= local_now) in reliable_send_timeout()
646 ret = min_int(ret, e->next_try - local_now); in reliable_send_timeout()
682 e->next_try = 0; in reliable_mark_active_incoming()
[all …]
/dports/cad/gmsh/gmsh-4.9.2-source/contrib/gmm/
H A Dgmm_solver_Newton.h51 virtual double next_try(void) = 0;
65 virtual double next_try(void) in next_try() function
89 virtual double next_try(void) in next_try() function
119 virtual double next_try(void) in next_try() function
/dports/games/fs2open/fs2open.github.com-release_21_4_1/code/network/
H A Dgtrack.cpp254 int next_try = 0; in DeserializeGamePacket() local
257 PXO_GET_INT(next_try); in DeserializeGamePacket()
260 memcpy(gph->data+sizeof(int), &next_try, sizeof(int)); in DeserializeGamePacket()
473 int next_try; in IdleGameTracker() local
476 memcpy(&next_try, inpacket.data+sizeof(int), sizeof(int)); in IdleGameTracker()
479 multi_fs_tracker_report_probe_status(flags, next_try); in IdleGameTracker()
/dports/security/snort3/snort3-3.1.19.0/src/main/
H A Danalyzer.cc91 Entry(const struct timeval& next_try, DAQ_Msg_h msg) : next_try(next_try), msg(msg) { } in Entry()
93 struct timeval next_try; member
111 struct timeval now, next_try; in put() local
113 timeradd(&now, &interval, &next_try); in put()
114 queue.emplace_back(next_try, msg); in put()
122 if (!now || !timercmp(now, &entry.next_try, <)) in get()
/dports/devel/grpc130/grpc-1.30.2/src/core/ext/filters/client_channel/resolver/dns/native/
H A Ddns_resolver.cc203 grpc_millis next_try = backoff_.NextAttemptTime(); in OnResolvedLocked() local
204 grpc_millis timeout = next_try - ExecCtx::Get()->Now(); in OnResolvedLocked()
218 grpc_timer_init(&next_resolution_timer_, next_try, &on_next_resolution_); in OnResolvedLocked()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/grpc/src/src/core/ext/filters/client_channel/resolver/dns/native/
H A Ddns_resolver.cc192 grpc_millis next_try = r->backoff_.NextAttemptTime(); in OnResolvedLocked() local
193 grpc_millis timeout = next_try - ExecCtx::Get()->Now(); in OnResolvedLocked()
205 grpc_timer_init(&r->next_resolution_timer_, next_try, in OnResolvedLocked()
/dports/devel/grpc134/grpc-1.34.1/src/core/ext/filters/client_channel/resolver/dns/native/
H A Ddns_resolver.cc207 grpc_millis next_try = backoff_.NextAttemptTime(); in OnResolvedLocked() local
208 grpc_millis timeout = next_try - ExecCtx::Get()->Now(); in OnResolvedLocked()
222 grpc_timer_init(&next_resolution_timer_, next_try, &on_next_resolution_); in OnResolvedLocked()
/dports/devel/grpc/grpc-1.42.0/src/core/ext/filters/client_channel/resolver/dns/native/
H A Ddns_resolver.cc209 grpc_millis next_try = backoff_.NextAttemptTime(); in OnResolvedLocked() local
210 grpc_millis timeout = next_try - ExecCtx::Get()->Now(); in OnResolvedLocked()
224 grpc_timer_init(&next_resolution_timer_, next_try, &on_next_resolution_); in OnResolvedLocked()
/dports/devel/pecl-grpc/grpc-1.42.0/src/core/ext/filters/client_channel/resolver/dns/native/
H A Ddns_resolver.cc209 grpc_millis next_try = backoff_.NextAttemptTime(); in OnResolvedLocked() local
210 grpc_millis timeout = next_try - ExecCtx::Get()->Now(); in OnResolvedLocked()
224 grpc_timer_init(&next_resolution_timer_, next_try, &on_next_resolution_); in OnResolvedLocked()
/dports/devel/py-grpcio/grpcio-1.43.0/src/core/ext/filters/client_channel/resolver/dns/native/
H A Ddns_resolver.cc209 grpc_millis next_try = backoff_.NextAttemptTime(); in OnResolvedLocked() local
210 grpc_millis timeout = next_try - ExecCtx::Get()->Now(); in OnResolvedLocked()
224 grpc_timer_init(&next_resolution_timer_, next_try, &on_next_resolution_); in OnResolvedLocked()
/dports/net/hostapd/hostapd-2.9/src/radius/
H A Dradius_client.c110 os_time_t next_try; member
481 entry->next_try = now + entry->next_wait; in radius_client_retransmit()
507 if (now.sec >= entry->next_try) { in radius_client_timer()
534 if (now.sec >= entry->next_try && in radius_client_timer()
556 if (first == 0 || entry->next_try < first) in radius_client_timer()
557 first = entry->next_try; in radius_client_timer()
650 if (first == 0 || entry->next_try < first) in radius_client_update_timeout()
651 first = entry->next_try; in radius_client_update_timeout()
695 entry->next_try = entry->first_try + RADIUS_CLIENT_FIRST_WAIT; in radius_client_list_add()
1118 entry->next_try = entry->first_try + RADIUS_CLIENT_FIRST_WAIT; in radius_change_server()
/dports/net/wpa_supplicant_gui/wpa_supplicant-2.9/src/radius/
H A Dradius_client.c110 os_time_t next_try; member
481 entry->next_try = now + entry->next_wait; in radius_client_retransmit()
507 if (now.sec >= entry->next_try) { in radius_client_timer()
534 if (now.sec >= entry->next_try && in radius_client_timer()
556 if (first == 0 || entry->next_try < first) in radius_client_timer()
557 first = entry->next_try; in radius_client_timer()
650 if (first == 0 || entry->next_try < first) in radius_client_update_timeout()
651 first = entry->next_try; in radius_client_update_timeout()
695 entry->next_try = entry->first_try + RADIUS_CLIENT_FIRST_WAIT; in radius_client_list_add()
1118 entry->next_try = entry->first_try + RADIUS_CLIENT_FIRST_WAIT; in radius_change_server()
/dports/security/wpa_supplicant/wpa_supplicant-2.9/src/radius/
H A Dradius_client.c110 os_time_t next_try; member
481 entry->next_try = now + entry->next_wait; in radius_client_retransmit()
507 if (now.sec >= entry->next_try) { in radius_client_timer()
534 if (now.sec >= entry->next_try && in radius_client_timer()
556 if (first == 0 || entry->next_try < first) in radius_client_timer()
557 first = entry->next_try; in radius_client_timer()
650 if (first == 0 || entry->next_try < first) in radius_client_update_timeout()
651 first = entry->next_try; in radius_client_update_timeout()
695 entry->next_try = entry->first_try + RADIUS_CLIENT_FIRST_WAIT; in radius_client_list_add()
1121 entry->next_try = entry->first_try + RADIUS_CLIENT_FIRST_WAIT; in radius_change_server()

123456