Home
last modified time | relevance | path

Searched refs:expires (Results 1 – 23 of 23) sorted by relevance

/curl/tests/data/
H A Dtest141524 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=/;
33 Set-Cookie: test3value=test3; expires=Monday, 13-Jun-1988 03:04:55 GMT; domain=example.com; path=/;
35 Set-Cookie: test5value=test5; expires=Monday, 13-Jun-1988 03:04:55 GMT; domain=example.com; path=/;
36 Set-Cookie: test6value=test6; expires=Monday, 13-Jun-1988 03:04:55 GMT; domain=example.com; path=/;
[all …]
H A Dtest110418 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;
H A Dtest6121 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
H A Dtest3159 Set-Cookie: nodomain=value; expires=Fri Feb 13 11:56:27 GMT 2525
61 Set-Cookie: test=yes; domain=foo.com; expires=Sat Feb 2 11:56:27 GMT 2525
62 Set-Cookie: test2=yes; domain=se; expires=Sat Feb 2 11:56:27 GMT 2525
64 Set-Cookie: nodomain=value; expires=Fri Feb 13 11:56:27 GMT 2037
66 Set-Cookie: test=yes; domain=foo.com; expires=Sat Feb 2 11:56:27 GMT 2030
67 Set-Cookie: test2=yes; domain=se; expires=Sat Feb 2 11:56:27 GMT 2030
109 Set-Cookie: nodomain=value; expires=Fri Feb 13 11:56:27 GMT 2525
111 Set-Cookie: test=yes; domain=foo.com; expires=Sat Feb 2 11:56:27 GMT 2525
112 Set-Cookie: test2=yes; domain=se; expires=Sat Feb 2 11:56:27 GMT 2525
114 Set-Cookie: nodomain=value; expires=Fri Feb 13 11:56:27 GMT 2037
[all …]
H A Dtest50618 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
H A Dtest32723 Set-Cookie: foobar=name; expires=Thu, 22 Nov 2525 10:54:11 GMT;
32 Set-Cookie: foobar=name; expires=Thu, 01 Jan 1970 00:00:00 GMT;
H A Dtest4620 Set-Cookie: ckyPersistent=permanent; expires=Fri, 13-Feb-2525 11:56:27 GMT; path=/
22 Set-Cookie: ckyPersistent=permanent; expires=Fri, 13-Feb-2037 11:56:27 GMT; path=/
/curl/lib/
H A Dhsts.c136 sts->expires = expires; in hsts_create()
147 curl_off_t expires = 0; in Curl_hsts_parse() local
184 expires = CURL_OFF_T_MAX; in Curl_hsts_parse()
219 if(!expires) { in Curl_hsts_parse()
231 expires = CURL_OFF_T_MAX; in Curl_hsts_parse()
233 expires += now; in Curl_hsts_parse()
239 sts->expires = expires; in Curl_hsts_parse()
275 if(sts->expires <= now) { in Curl_hsts()
451 if(expires > e->expires) in hsts_add()
452 e->expires = expires; in hsts_add()
[all …]
H A Dpsl.c67 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()
H A Dcookie.c395 if(co->expires && co->expires < now) { in remove_expired()
405 if(co->expires && co->expires < ci->next_expiration) in remove_expired()
697 co->expires = 1; in parse_cookie_header()
700 if(!co->expires) in parse_cookie_header()
702 co->expires = 1; in parse_cookie_header()
712 if(!co->expires) { in parse_cookie_header()
727 co->expires = 1; in parse_cookie_header()
729 co->expires = 0; in parse_cookie_header()
1187 if(co->expires && (co->expires < ci->next_expiration)) in Curl_cookie_add()
1491 if(!curr->expires) { in Curl_cookie_clearsess()
[all …]
H A Dpsl.h36 time_t expires; /* Time this PSL life expires. */ member
H A Dhsts.h40 curl_off_t expires; /* the timestamp of this entry's expiry */ member
H A Daltsvc.c190 time_t expires = Curl_getdate_capped(date); in altsvc_add() local
193 as->expires = expires; in altsvc_add()
254 CURLcode result = Curl_gmtime(as->expires, &stamp); in altsvc_out()
642 as->expires = maxage + time(NULL); in Curl_altsvc_parse()
688 if(as->expires < now) { in Curl_altsvc_lookup()
H A Daltsvc.h48 time_t expires; member
H A Dcookie.h40 curl_off_t expires; /* expires = <this> */ member
H A Durldata.h1261 struct time_node expires[EXPIRE_LAST]; /* nodes for each expire type */ member
H A Dmulti.c3902 node = &data->state.expires[eid];
/curl/tests/http/
H A Dtest_12_reuse.py88 expires = f'{ts.year:04}{ts.month:02}{ts.day:02} {ts.hour:02}:{ts.minute:02}:{ts.second:02}'
110 expires = f'{ts.year:04}{ts.month:02}{ts.day:02} {ts.hour:02}:{ts.minute:02}:{ts.second:02}'
132 expires = f'{ts.year:04}{ts.month:02}{ts.day:02} {ts.hour:02}:{ts.minute:02}:{ts.second:02}'
/curl/tests/unit/
H A Dunit1660.c115 chost, e->host, e->expires,
/curl/docs/libcurl/opts/
H A DCURLOPT_HSTS.md54 [stamp] is the time (in UTC) when the entry expires and it uses the format
/curl/docs/libcurl/
H A Dlibcurl-multi.md138 and what the current timeout time is - if that expires libcurl should be
152 that timeout expires, your application should call the
166 timer expires.
H A Dcurl_multi_fdset.md70 activity has been seen on the **fd_sets** after the timeout expires as
H A Dcurl_multi_socket_action.md96 socket(s) that got action. If no activity is detected and the timeout expires,

Completed in 65 milliseconds