/third_party/curl/lib/ |
D | hsts.c | 117 curl_off_t expires) in hsts_create() argument 137 sts->expires = expires; in hsts_create() 147 curl_off_t expires = 0; in Curl_hsts_parse() local 177 offt = curlx_strtoofft(p, &endp, 10, &expires); in Curl_hsts_parse() 179 expires = CURL_OFF_T_MAX; in Curl_hsts_parse() 214 if(!expires) { in Curl_hsts_parse() 224 if(CURL_OFF_T_MAX - now < expires) in Curl_hsts_parse() 226 expires = CURL_OFF_T_MAX; in Curl_hsts_parse() 228 expires += now; in Curl_hsts_parse() 234 sts->expires = expires; in Curl_hsts_parse() [all …]
|
D | psl.c | 67 if(!pslcache->psl || pslcache->expires <= now) { in Curl_psl_use() 76 if(!pslcache->psl || pslcache->expires <= now) { in Curl_psl_use() 78 time_t expires = TIME_T_MAX; in Curl_psl_use() local 84 expires = now < TIME_T_MAX - PSL_TTL? now + PSL_TTL: TIME_T_MAX; in Curl_psl_use() 96 pslcache->expires = expires; in Curl_psl_use()
|
D | cookie.c | 407 if(co->expires && co->expires < now) { in remove_expired() 422 if(co->expires && co->expires < cookies->next_expiration) in remove_expired() 423 cookies->next_expiration = co->expires; in remove_expired() 734 &co->expires); in Curl_cookie_add() 738 co->expires = CURL_OFF_T_MAX; in Curl_cookie_add() 742 co->expires = 1; in Curl_cookie_add() 745 if(!co->expires) in Curl_cookie_add() 747 co->expires = 1; in Curl_cookie_add() 748 else if(CURL_OFF_T_MAX - now < co->expires) in Curl_cookie_add() 750 co->expires = CURL_OFF_T_MAX; in Curl_cookie_add() [all …]
|
D | altsvc.c | 188 time_t expires = Curl_getdate_capped(date); in altsvc_add() local 191 as->expires = expires; in altsvc_add() 260 CURLcode result = Curl_gmtime(as->expires, &stamp); in altsvc_out() 655 as->expires = maxage + time(NULL); in Curl_altsvc_parse() 701 if(as->expires < now) { in Curl_altsvc_lookup()
|
/third_party/toybox/toys/pending/ |
D | dumpleases.c | 30 uint32_t expires; member 59 exp = ntohl(lease_struct.expires) + written_time; in dumpleases_main() 66 unsigned expires = exp - current_time; in dumpleases_main() local 67 dt = expires / (24*60*60); expires %= (24*60*60); in dumpleases_main() 68 hr = expires / (60*60); expires %= (60*60); in dumpleases_main() 69 m = expires / 60; expires %= 60; in dumpleases_main() 71 xprintf("%02u:%02u:%02u\n", hr, m, (unsigned)expires); in dumpleases_main()
|
D | dhcpd.c | 190 uint32_t expires; member 200 uint32_t expires; member 1211 tmp_time = dls->expires; in write_leasefile() 1212 dls->expires -= curr; in write_leasefile() 1213 if ((int32_t) dls->expires < 0) goto skip; in write_leasefile() 1214 dls->expires = htonl(dls->expires); in write_leasefile() 1217 dls->expires = tmp_time; in write_leasefile() 1248 tmp_time = dls6->expires; in write_lease6file() 1249 dls6->expires -= curr; in write_lease6file() 1250 if ((int32_t) dls6->expires < 0) goto skip; in write_lease6file() [all …]
|
/third_party/curl/tests/data/ |
D | test1415 | 24 Set-Cookie: test2value=test2; expires=Thursday, 31-Dec-2525 00:00:00 GMT; domain=example.com; path=… 25 Set-Cookie: test3value=test3; expires=Monday, 13-Jun-1988 03:04:55 GMT; domain=example.com; path=/; 26 Set-Cookie: test4value=test4; expires=Thursday, 31-Dec-2525 00:00:00 GMT; domain=example.com; path=… 27 Set-Cookie: test5value=test5; expires=Monday, 13-Jun-1988 03:04:55 GMT; domain=example.com; path=/; 28 Set-Cookie: test6value=test6; expires=Monday, 13-Jun-1988 03:04:55 GMT; domain=example.com; path=/; 29 Set-Cookie: test7value=test7; expires=Thursday, 31-Dec-2525 00:00:00 GMT; domain=example.com; path=… 30 Set-Cookie: test8value=test8; expires=Monday, 13-Jun-1988 03:04:55 GMT; domain=example.com; path=/; 32 Set-Cookie: test2value=test2; expires=Thursday, 31-Dec-2037 00:00:00 GMT; domain=example.com; path=… 33 Set-Cookie: test3value=test3; expires=Monday, 13-Jun-1988 03:04:55 GMT; domain=example.com; path=/; 34 Set-Cookie: test4value=test4; expires=Thursday, 31-Dec-2037 00:00:00 GMT; domain=example.com; path=… [all …]
|
D | test31 | 58 Set-Cookie: nodomain=value; expires=Fri Feb 13 11:56:27 GMT 2525 60 Set-Cookie: test=yes; domain=foo.com; expires=Sat Feb 2 11:56:27 GMT 2525 61 Set-Cookie: test2=yes; domain=se; expires=Sat Feb 2 11:56:27 GMT 2525 63 Set-Cookie: nodomain=value; expires=Fri Feb 13 11:56:27 GMT 2037 65 Set-Cookie: test=yes; domain=foo.com; expires=Sat Feb 2 11:56:27 GMT 2030 66 Set-Cookie: test2=yes; domain=se; expires=Sat Feb 2 11:56:27 GMT 2030 107 Set-Cookie: nodomain=value; expires=Fri Feb 13 11:56:27 GMT 2525 109 Set-Cookie: test=yes; domain=foo.com; expires=Sat Feb 2 11:56:27 GMT 2525 110 Set-Cookie: test2=yes; domain=se; expires=Sat Feb 2 11:56:27 GMT 2525 112 Set-Cookie: nodomain=value; expires=Fri Feb 13 11:56:27 GMT 2037 [all …]
|
D | test1104 | 18 Set-Cookie: test=true; domain=127.0.0.1; path=/; expires=Thu Jan 1 00:00:00 GMT 1970; 19 Set-Cookie: test2=true; domain=127.0.0.1; path=/; expires=Fri Feb 13 11:56:27 GMT 2525; 39 Set-Cookie: test=true; domain=127.0.0.1; path=/; expires=Thu Jan 1 00:00:00 GMT 1970; 40 Set-Cookie: test2=true; domain=127.0.0.1; path=/; expires=Fri Feb 13 11:56:27 GMT 2525;
|
D | test506 | 18 Set-Cookie: test1=one; domain=foo.com; expires=Sat Feb 2 11:56:27 GMT 2030 19 Set-Cookie: test2=two; domain=host.foo.com; expires=Sat Feb 2 11:56:27 GMT 2030 20 Set-Cookie: test3=three; domain=foo.com; expires=Sat Feb 2 11:56:27 GMT 2030 30 Set-Cookie: test4=four; domain=host.foo.com; expires=Sat Feb 2 11:56:27 GMT 2030 31 Set-Cookie: test5=five; domain=host.foo.com; expires=Sat Feb 2 11:56:27 GMT 2030 42 Set-Cookie: test4=overwritten4; domain=host.foo.com; expires=Sat May 5 GMT 11:56:27 2035 43 Set-Cookie: test1=overwritten1; domain=foo.com; expires=Thu Mar 3 GMT 11:56:27 2033 44 Set-Cookie: test6=six; domain=.www.host.foo.com; expires=Thu Mar 3 GMT 11:56:27 2033 45 Set-Cookie: test6=six_more; expires=Thu Mar 3 GMT 11:56:27 2033
|
D | test61 | 21 Set-Cookie: test=yes; httponly; domain=foo.com; expires=Fri Feb 13 11:56:27 GMT 2525 22 SET-COOKIE: test2=yes; domain=host.foo.com; expires=Fri Feb 13 11:56:27 GMT 2525 24 Set-Cookie: test=yes; httponly; domain=foo.com; expires=Fri Feb 13 11:56:27 GMT 2037 25 SET-COOKIE: test2=yes; domain=host.foo.com; expires=Fri Feb 13 11:56:27 GMT 2037
|
/third_party/node/deps/npm/node_modules/@tufjs/models/dist/ |
D | base.js | 42 this.expires = options.expires || new Date().toISOString(); 51 this.expires === other.expires && 59 return referenceTime >= new Date(this.expires); 62 const { spec_version, expires, version, ...rest } = data; 66 if (utils_1.guard.isDefined(expires) && !(typeof expires === 'string')) { 74 expires,
|
D | timestamp.js | 30 expires: this.expires,
|
D | snapshot.js | 36 expires: this.expires,
|
D | targets.js | 39 expires: this.expires, property
|
/third_party/FreeBSD/sys/compat/linuxkpi/common/include/linux/ |
D | timer.h | 46 ULONG expires; member 72 #define mod_timer(timer, expires) \ argument 73 linux_mod_timer(timer, expires) 84 extern int linux_mod_timer(timer_list_t *timer, ULONG expires);
|
/third_party/tzdata/ |
D | leapseconds.awk | 106 if (expires) { 107 sstamp_to_ymdhMs(expires, ss_NTP) 137 if (expires) { 138 sstamp_to_ymdhMs(expires, ss_NTP) 140 expires - epoch_minus_NTP, \
|
/third_party/python/Lib/http/ |
D | cookiejar.py | 767 expires, argument 776 if expires is not None: expires = int(float(expires)) 796 self.expires = expires 813 if (self.expires is not None) and (self.expires <= now): 1499 expires = standard.get("expires", Absent) 1557 if expires is Absent: 1558 expires = None 1560 elif expires <= self._now: 1577 expires, 1850 if cookie.expires: h.append(("expires", [all …]
|
/third_party/node/deps/npm/node_modules/http-cache-semantics/ |
D | index.js | 160 delete this._resHeaders.expires; 199 (this._resHeaders.expires || 216 this._resHeaders.expires 427 if (this._resHeaders.expires) { 428 const expires = Date.parse(this._resHeaders.expires); 430 if (Number.isNaN(expires) || expires < serverDate) { 433 return Math.max(defaultMinTtl, (expires - serverDate) / 1000);
|
/third_party/FreeBSD/sys/compat/linuxkpi/common/src/ |
D | linux_timer.c | 65 …ret = LOS_SwtmrCreate(timer->expires, LOS_SWTMR_MODE_NO_SELFDELETE, (SWTMR_PROC_FUNC)timer->functi… in DoAddTimer() 122 int linux_mod_timer(struct timer_list *timer, unsigned long expires) in linux_mod_timer() argument 136 timer->expires = expires; in linux_mod_timer()
|
/third_party/node/deps/npm/node_modules/pacote/lib/ |
D | registry.js | 175 !publicKey.expires || (Date.parse(publicKey.expires) > Date.now()) 179 `but the corresponding public key has expired ${publicKey.expires}` 258 !publicKey.expires || (Date.parse(publicKey.expires) > Date.now()) 262 `but the corresponding public key has expired ${publicKey.expires}`
|
/third_party/python/Doc/library/ |
D | spwd.rst | 36 | | | expires to warn user about it | 39 | | | expires until account is | 43 | | | when account expires |
|
/third_party/node/deps/undici/src/lib/cookies/ |
D | util.js | 245 if (cookie.expires && cookie.expires.toString() !== 'Invalid Date') { 246 out.push(`Expires=${toIMFDate(cookie.expires)}`)
|
/third_party/cef/tests/ceftests/ |
D | cookie_unittest.cc | 165 cookie.expires.year = 2200; in CreateCookie() 166 cookie.expires.month = 4; in CreateCookie() 167 cookie.expires.day_of_week = 5; in CreateCookie() 168 cookie.expires.day_of_month = 11; in CreateCookie() 246 EXPECT_EQ(cookie.expires.year, cookie_read.expires.year); in GetCookie() 247 EXPECT_EQ(cookie.expires.month, cookie_read.expires.month); in GetCookie() 248 EXPECT_EQ(cookie.expires.day_of_week, cookie_read.expires.day_of_week); in GetCookie() 249 EXPECT_EQ(cookie.expires.day_of_month, cookie_read.expires.day_of_month); in GetCookie() 250 EXPECT_EQ(cookie.expires.hour, cookie_read.expires.hour); in GetCookie() 251 EXPECT_EQ(cookie.expires.minute, cookie_read.expires.minute); in GetCookie() [all …]
|
/third_party/popt/tests/test3-data/ |
D | 03.answer | 1 single string: ' --confversion="1.0.0.0" --expires="19:57:56 03/16/01" --sessions="-1" --hostid="72… 4 '--expires=19:57:56 03/16/01'
|