Home
last modified time | relevance | path

Searched refs:expiry (Results 1 - 25 of 35) sorted by relevance

12

/third_party/node/deps/ngtcp2/ngtcp2/lib/
H A Dngtcp2_pv.c36 ngtcp2_tstamp expiry, uint8_t flags) { in ngtcp2_pv_entry_init()
38 pvent->expiry = expiry; in ngtcp2_pv_entry_init()
74 ngtcp2_tstamp expiry, uint8_t flags, in ngtcp2_pv_add_entry()
85 ngtcp2_pv_entry_init(ent, data, expiry, flags); in ngtcp2_pv_add_entry()
121 if (ent->expiry > ts) { in ngtcp2_pv_handle_entry_expiry()
146 t = ngtcp2_max(t, ent->expiry); in ngtcp2_pv_validation_timed_out()
161 return ent->expiry; in ngtcp2_pv_next_expiry()
165 ngtcp2_tstamp expiry = ngtcp2_pv_next_expiry(pv); in ngtcp2_pv_cancel_expired_timer() local
167 if (expiry > t in ngtcp2_pv_cancel_expired_timer()
35 ngtcp2_pv_entry_init(ngtcp2_pv_entry *pvent, const uint8_t *data, ngtcp2_tstamp expiry, uint8_t flags) ngtcp2_pv_entry_init() argument
73 ngtcp2_pv_add_entry(ngtcp2_pv *pv, const uint8_t *data, ngtcp2_tstamp expiry, uint8_t flags, ngtcp2_tstamp ts) ngtcp2_pv_add_entry() argument
[all...]
H A Dngtcp2_pmtud.c58 pmtud->expiry = UINT64_MAX; in ngtcp2_pmtud_new()
102 pmtud->expiry = ts + timeout; in ngtcp2_pmtud_probe_sent()
106 return pmtud->expiry == UINT64_MAX; in ngtcp2_pmtud_require_probe()
114 pmtud->expiry = UINT64_MAX; in pmtud_next_probe()
142 if (ts < pmtud->expiry) { in ngtcp2_pmtud_handle_expiry()
146 pmtud->expiry = UINT64_MAX; in ngtcp2_pmtud_handle_expiry()
H A Dngtcp2_pv.h55 /* expiry is the timestamp when this PATH_CHALLENGE expires. */
56 ngtcp2_tstamp expiry; member
64 ngtcp2_tstamp expiry, uint8_t flags);
71 /* NGTCP2_PV_FLAG_CANCEL_TIMER indicates that the expiry timer is
143 * ngtcp2_pv_add_entry adds new entry with |data|. |expiry| is the
144 * expiry time of the entry.
147 ngtcp2_tstamp expiry, uint8_t flags, ngtcp2_tstamp ts);
172 * ngtcp2_pv_handle_entry_expiry checks expiry of existing entries.
189 * ngtcp2_pv_next_expiry returns the earliest expiry.
H A Dngtcp2_pmtud.h42 /* expiry is the expired, if it is reached, send out the next UDP
43 datagram. UINT64_MAX means no expiry, or expiration is canceled.
46 ngtcp2_tstamp expiry; member
114 * ngtcp2_pmtud_handle_expiry handles expiry.
/third_party/libwebsockets/lib/misc/cache-ttl/
H A Dlws-cache-ttl.c58 size_t size, lws_usec_t expiry, void **ppay) in lws_cache_write_through()
77 source, size, expiry, ppay); in lws_cache_write_through()
96 lws_usec_t expiry = 0; in lws_cache_lookup() local
132 * the cache, and we want to know the earliest expiry of any of the in lws_cache_lookup()
143 if (m->expiry && (!expiry || expiry < m->expiry)) in lws_cache_lookup()
144 expiry = m->expiry; in lws_cache_lookup()
56 lws_cache_write_through(struct lws_cache_ttl_lru *cache, const char *specific_key, const uint8_t *source, size_t size, lws_usec_t expiry, void **ppay) lws_cache_write_through() argument
[all...]
H A Dfile.c363 lws_usec_t expiry = 0; in nsc_line_to_tag() local
382 expiry = (lws_usec_t)((unsigned long long)atoll(col) * in nsc_line_to_tag()
411 *pexpiry = expiry; in nsc_line_to_tag()
431 lws_usec_t expiry; in nsc_lookup_cb() local
450 if (nsc_line_to_tag(buf, size, tag, sizeof(tag), &expiry)) in nsc_lookup_cb()
473 ctx->match->expiry = expiry; in nsc_lookup_cb()
545 lws_usec_t expiry; in nsc_regen_cb() local
551 if (nsc_line_to_tag(buf, size, tag, sizeof(tag), &expiry)) in nsc_regen_cb()
555 /* routinely track the earliest expiry */ in nsc_regen_cb()
701 lws_cache_nscookiejar_write(struct lws_cache_ttl_lru *_c, const char *specific_key, const uint8_t *source, size_t size, lws_usec_t expiry, void **ppvoid) lws_cache_nscookiejar_write() argument
733 lws_usec_t expiry; global() member
[all...]
H A Dheap.c45 if (c->expiry > d->expiry) in sort_expiry()
47 if (c->expiry < d->expiry) in sort_expiry()
185 if (item->expiry > now) in expiry_cb()
193 * Let's figure out what the earliest next expiry is
207 *pearliest = item->expiry; in earliest_expiry()
323 const uint8_t *source, size_t size, lws_usec_t expiry, in lws_cache_heap_write()
403 item->expiry = expiry; in lws_cache_heap_write()
322 lws_cache_heap_write(struct lws_cache_ttl_lru *_c, const char *specific_key, const uint8_t *source, size_t size, lws_usec_t expiry, void **ppvoid) lws_cache_heap_write() argument
[all...]
H A Dprivate-lib-misc-cache-ttl.h45 lws_usec_t expiry; member
82 * this on average. We keep a copy of the last computed earliest expiry.
/third_party/node/lib/internal/
H A Dtimers.js148 // the expiry times of two lists and if they're the same then compares their
245 constructor(expiry, msecs) {
248 this.expiry = expiry;
369 const expiry = start + msecs;
370 timerListMap[msecs] = list = new TimersList(expiry, msecs);
373 if (nextExpiry > expiry) {
375 nextExpiry = expiry;
411 const expiryDiff = a.expiry - b.expiry;
[all...]
/third_party/curl/lib/vauth/
H A Dntlm_sspi.c100 TimeStamp expiry; /* For Windows 9x compatibility of SSPI calls */ in Curl_auth_create_ntlm_type1_message() local
148 ntlm->credentials, &expiry); in Curl_auth_create_ntlm_type1_message()
175 &attrs, &expiry); in Curl_auth_create_ntlm_type1_message()
256 TimeStamp expiry; /* For Windows 9x compatibility of SSPI calls */ in Curl_auth_create_ntlm_type3_message() local
315 &attrs, &expiry); in Curl_auth_create_ntlm_type3_message()
H A Ddigest_sspi.c113 TimeStamp expiry; /* For Windows 9x compatibility of SSPI calls */ in Curl_auth_create_digest_md5_message() local
167 &credentials, &expiry); in Curl_auth_create_digest_md5_message()
196 &expiry); in Curl_auth_create_digest_md5_message()
484 TimeStamp expiry; /* For Windows 9x compatibility of SSPI calls */ in Curl_auth_create_digest_http_message() local
536 &credentials, &expiry); in Curl_auth_create_digest_http_message()
587 &resp_desc, &attrs, &expiry); in Curl_auth_create_digest_http_message()
H A Dspnego_sspi.c108 TimeStamp expiry; /* For Windows 9x compatibility of SSPI calls */ in Curl_auth_decode_spnego_message() local
176 nego->credentials, &expiry); in Curl_auth_decode_spnego_message()
254 &expiry); in Curl_auth_decode_spnego_message()
H A Dkrb5_sspi.c110 TimeStamp expiry; /* For Windows 9x compatibility of SSPI calls */ in Curl_auth_create_gssapi_user_message() local
166 krb5->credentials, &expiry); in Curl_auth_create_gssapi_user_message()
209 &expiry); in Curl_auth_create_gssapi_user_message()
/third_party/libwebsockets/include/libwebsockets/
H A Dlws-cache-ttl.h25 /** \defgroup lws_cache_ttl Cache supporting expiry
26 * ##Cache supporting expiry
42 * Both expiry and LRU orderings are kept so it is easy to find out usage
47 * or when their expiry time arrives. So you shouldn't keep copies of pointers
63 * \param expiry: the usec time that the object will autodestroy
70 * destroyed when \p expiry occurs.
77 size_t size, lws_usec_t expiry, void **ppay);
81 lws_usec_t expiry; member
82 /* earliest expiry amongst results */
117 * The cached results list expiry i
[all...]
/third_party/nghttp2/src/
H A Dshrpx_dns_tracker.cc74 ent.expiry = std::chrono::steady_clock::now() + in make_entry()
96 ent.expiry = std::chrono::steady_clock::now() + in update_entry()
181 ent.expiry < std::chrono::steady_clock::now()) { in resolve()
274 ent.expiry = std::chrono::steady_clock::now() + in add_to_qlist()
315 if (ent.expiry >= now) { in gc()
H A Dshrpx_memcached_request.h52 uint32_t expiry; member
H A Dshrpx_dns_tracker.h71 // result and its expiry time
74 std::chrono::steady_clock::time_point expiry; member
H A Dh2load_quic.cc532 auto expiry = ngtcp2_conn_get_expiry(quic.conn);
534 auto t = expiry > now ? static_cast<ev_tstamp>(expiry - now) / NGTCP2_SECONDS
/third_party/ffmpeg/libavformat/
H A Dhttp.c313 int64_t expiry; in redirect_cache_get() local
326 expiry = strtoll(re->value, NULL, 10); in redirect_cache_get()
327 if (time(NULL) > expiry) { in redirect_cache_get()
334 static int redirect_cache_set(HTTPContext *s, const char *source, const char *dest, int64_t expiry) in redirect_cache_set() argument
339 value = av_asprintf("%"PRIi64";%s", expiry, dest); in redirect_cache_set()
902 char *expiry; in parse_set_cookie_expiry_time() local
914 expiry = exp_buf; in parse_set_cookie_expiry_time()
917 while ((*expiry < '0' || *expiry > '9') && *expiry ! in parse_set_cookie_expiry_time()
[all...]
/third_party/curl/lib/
H A Dsocks_sspi.c86 TimeStamp expiry; in Curl_SOCKS5_gssapi_negotiate() local
150 &expiry); in Curl_SOCKS5_gssapi_negotiate()
184 &expiry); in Curl_SOCKS5_gssapi_negotiate()
/third_party/curl/lib/vquic/
H A Dcurl_ngtcp2.c698 ngtcp2_tstamp expiry; in check_and_set_expiry() local
708 expiry = ngtcp2_conn_get_expiry(ctx->qconn); in check_and_set_expiry()
709 if(expiry != UINT64_MAX) { in check_and_set_expiry()
710 if(expiry <= pktx->ts) { in check_and_set_expiry()
726 expiry = ngtcp2_conn_get_expiry(ctx->qconn); in check_and_set_expiry()
729 if(expiry > pktx->ts) { in check_and_set_expiry()
730 ngtcp2_duration timeout = expiry - pktx->ts; in check_and_set_expiry()
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/common/
H A Ddpp.h446 int dpp_key_expired(const char *timestamp, os_time_t *expiry);
461 os_time_t *expiry);
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/common/
H A Ddpp.c1094 pos = os_strstr(cmd, " expiry="); in dpp_configuration_parse_helper()
1493 char expiry[30]; in dpp_build_conf_obj_dpp() local
1497 "DPP: Failed to generate expiry string"); in dpp_build_conf_obj_dpp()
1500 os_snprintf(expiry, sizeof(expiry), in dpp_build_conf_obj_dpp()
1505 json_add_string(dppcon, "expiry", expiry); in dpp_build_conf_obj_dpp()
2229 int dpp_key_expired(const char *timestamp, os_time_t *expiry) in dpp_key_expired() argument
2289 if (expiry) in dpp_key_expired()
2290 *expiry in dpp_key_expired()
3639 dpp_peer_intro(struct dpp_introduction *intro, const char *own_connector, const u8 *net_access_key, size_t net_access_key_len, const u8 *csign_key, size_t csign_key_len, const u8 *peer_connector, size_t peer_connector_len, os_time_t *expiry) dpp_peer_intro() argument
[all...]
H A Ddpp.h590 int dpp_key_expired(const char *timestamp, os_time_t *expiry);
603 os_time_t *expiry);
/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/
H A Ddpp_supplicant.c1330 os_time_t expiry; in wpas_dpp_rx_peer_disc_resp() local
1403 connector, connector_len, &expiry); in wpas_dpp_rx_peer_disc_resp()
1420 if (expiry) { in wpas_dpp_rx_peer_disc_resp()
1422 seconds = expiry - now.sec; in wpas_dpp_rx_peer_disc_resp()

Completed in 27 milliseconds

12