Home
last modified time | relevance | path

Searched refs:expire (Results 1 – 25 of 82) sorted by relevance

1234

/third_party/curl/tests/data/
Dtest166062 expire.example [expire.example]: 1548369268
64 expire.example [expire.example]: 1548369268
65 expire.example [expire.example]: 1548369268
66 expire.example [expire.example]: 1548369268
67 expire.example [expire.example]: 1548369268
68 expire.example [expire.example]: 1548369268
69 expire.example [expire.example]: 1548369268
70 expire.example [expire.example]: 1548369268
71 'expire.example' is not HSTS
72 'expire.example' is not HSTS
[all …]
Dtest43758 # strip out the (dynamic) expire date from the file so that the rest
Dtest35661 # strip out the (dynamic) expire date from the file so that the rest
Dtest190871 # strip out the (dynamic) expire date from the file so that the rest
/third_party/libinput/src/
Dtimer.c70 if (timer->expire < earliest_expire) in libinput_timer_arm_timer_fd()
71 earliest_expire = timer->expire; in libinput_timer_arm_timer_fd()
88 uint64_t expire, in libinput_timer_set_flags() argument
93 if (expire < now) { in libinput_timer_set_flags()
98 us2ms(now - expire)); in libinput_timer_set_flags()
99 } else if ((expire - now) > ms2us(5000)) { in libinput_timer_set_flags()
103 us2ms(now), us2ms(expire)); in libinput_timer_set_flags()
107 assert(expire); in libinput_timer_set_flags()
109 if (!timer->expire) in libinput_timer_set_flags()
112 timer->expire = expire; in libinput_timer_set_flags()
[all …]
Dtimer.h37 uint64_t expire; /* in absolute us CLOCK_MONOTONIC */ member
53 libinput_timer_set(struct libinput_timer *timer, uint64_t expire);
62 uint64_t expire,
/third_party/curl/docs/examples/
Dhsts-preload.c53 const char *expire; in hstsread() local
57 expire = preload_hosts[s->index++].exp; in hstsread()
62 strcpy(e->expire, expire); in hstsread()
63 fprintf(stderr, "HSTS preload '%s' until '%s'\n", host, expire); in hstsread()
76 e->name, e->expire); in hstswrite()
/third_party/curl/tests/libtest/
Dlib1915.c58 const char *expire; in hstsread() local
62 expire = preload_hosts[s->index++].exp; in hstsread()
67 strcpy(e->expire, expire); in hstsread()
91 printf("[%zu/%zu] %s %s\n", i->index, i->total, e->name, e->expire); in hstswrite()
/third_party/ltp/testcases/open_posix_testsuite/functional/timers/
Dplan.txt63 - Have a timer expire when setting the time.
79 - [Relative only] Set up multiple timers to expire after the same duration
80 and ensure they expire in the order set up. (May need to nanosleep
85 - Set two timers to expire at the same time, different events, in the
87 - Set up two timers to expire for the same time in two different processes.
88 - Set up one repeating timer to expire after X time and one non-repeating
89 to expire after 2*X time.
/third_party/node/deps/cares/src/lib/
Dares_qcache.c32 ares__slist_t *expire; member
139 while ((node = ares__slist_node_first(cache->expire)) != NULL) { in ares__qcache_expire()
164 ares__slist_destroy(cache->expire); in ares__qcache_destroy()
215 cache->expire = ares__slist_create(rand_state, ares__qcache_entry_sort_cb, in ares__qcache_create()
217 if (cache->expire == NULL) { in ares__qcache_create()
372 if (ares__slist_insert(qcache->expire, entry) == NULL) { in ares__qcache_insert()
Dares_parse_soa_reply.c84 soa->expire = ares_dns_rr_get_u32(rr, ARES_RR_SOA_EXPIRE); in ares_parse_soa_reply()
/third_party/curl/lib/
Dhsts.c320 msnprintf(e.expire, sizeof(e.expire), "%d%02d%02d %02d:%02d:%02d", in hsts_push()
325 strcpy(e.expire, UNLIMITED); in hsts_push()
475 e.expire[0] = 0; in hsts_pull()
485 if(e.expire[0]) in hsts_pull()
486 expires = Curl_getdate_capped(e.expire); in hsts_pull()
/third_party/curl/docs/libcurl/opts/
DCURLMOPT_TIMERFUNCTION.md37 timer with an expire time of **timeout_ms** milliseconds. When that timer
42 the timer. All other values are valid expire times in number of milliseconds.
44 The **timer_callback** is called when the timeout expire time is changed.
DCURLOPT_HSTSREADFUNCTION.md27 char expire[18]; /* YYYYMMDD HH:MM:SS [null-terminated] */
48 FALSE. Set *expire* to a date stamp or a zero length string for *forever*
DCURLOPT_HSTSWRITEFUNCTION.md27 char expire[18]; /* YYYYMMDD HH:MM:SS [null-terminated] */
54 subdomains. The *expire* string is a date stamp null-terminated string
/third_party/mesa3d/src/c11/impl/
Dthreads_posix.c221 time_t expire = time(NULL); in mtx_timedlock()
222 expire += ts->tv_sec; in mtx_timedlock()
225 if (expire < now) in mtx_timedlock()
/third_party/skia/src/gpu/
DGrResourceAllocator.cpp310 void GrResourceAllocator::expire(unsigned int curIndex) { in expire() function in GrResourceAllocator
340 this->expire(cur->start()); in planAssignment()
370 this->expire(std::numeric_limits<unsigned int>::max()); in planAssignment()
/third_party/skia/third_party/externals/microhttpd/doc/chapters/
Dsessions.inc62 look up sessions and to expire old sessions. Using a hash table and a
69 instead of in memory. Still, having mechanisms to expire data
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/wps/
Dwps_upnp.c697 time_t expire = now + UPNP_SUBSCRIBE_SEC; in subscription_start() local
722 s->timeout_time = expire; in subscription_start()
762 time_t expire = now + UPNP_SUBSCRIBE_SEC; in subscription_renew() local
768 s->timeout_time = expire; in subscription_renew()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/wps/
Dwps_upnp.c719 time_t expire = now + UPNP_SUBSCRIBE_SEC; in subscription_start() local
744 s->timeout_time = expire; in subscription_start()
784 time_t expire = now + UPNP_SUBSCRIBE_SEC; in subscription_renew() local
790 s->timeout_time = expire; in subscription_renew()
/third_party/node/test/parallel/
Dtest-dns-resolveany.js23 expire: 1800, property
Dtest-dns.js376 expire: 1800, property
398 expire: 1800, property
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/ap/
Ddpp_hostapd.c1064 os_time_t expire; in hostapd_dpp_rx_peer_disc_req() local
1111 connector, connector_len, &expire); in hostapd_dpp_rx_peer_disc_req()
1127 if (!expire || (os_time_t) hapd->conf->dpp_netaccesskey_expiry < expire) in hostapd_dpp_rx_peer_disc_req()
1128 expire = hapd->conf->dpp_netaccesskey_expiry; in hostapd_dpp_rx_peer_disc_req()
1129 if (expire) in hostapd_dpp_rx_peer_disc_req()
1130 expiration = expire - now.sec; in hostapd_dpp_rx_peer_disc_req()
/third_party/node/test/common/
Ddns.js143 rr.expire = buffer.readUInt32BE(trailerOffset + 12);
269 rr.serial, rr.refresh, rr.retry, rr.expire, rr.minttl,
/third_party/openssl/doc/man3/
DSSL_CTX_set_tlsext_ticket_key_cb.pod175 * an expire time.
200 if (key == NULL || key->expire < t)
215 if (key->expire < t - RENEW_TIME) { /* RENEW_TIME: implement */

1234