Home
last modified time | relevance | path

Searched refs:expires (Results 1 – 22 of 22) 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 Dtest3158 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 …]
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
179 expires = CURL_OFF_T_MAX; in Curl_hsts_parse()
214 if(!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()
271 if(sts->expires <= now) { in Curl_hsts()
444 if(expires > e->expires) in hsts_add()
445 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.c405 if(co->expires && co->expires < now) { in remove_expired()
420 if(co->expires && co->expires < cookies->next_expiration) in remove_expired()
742 co->expires = 1; in Curl_cookie_add()
745 if(!co->expires) in Curl_cookie_add()
747 co->expires = 1; in Curl_cookie_add()
776 co->expires = 1; in Curl_cookie_add()
778 co->expires = 0; in Curl_cookie_add()
1184 if(co->expires && (co->expires < c->next_expiration)) in Curl_cookie_add()
1349 d->expires = src->expires; in dup_cookie()
1536 if(!curr->expires) { in Curl_cookie_clearsess()
[all …]
H A Dpsl.h34 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.c188 time_t expires = Curl_getdate_capped(date); in altsvc_add() local
191 as->expires = expires; in altsvc_add()
252 CURLcode result = Curl_gmtime(as->expires, &stamp); in altsvc_out()
644 as->expires = maxage + time(NULL); in Curl_altsvc_parse()
690 if(as->expires < now) { in Curl_altsvc_lookup()
H A Daltsvc.h48 time_t expires; member
H A Dcookie.h37 curl_off_t expires; /* expires = <this> */ member
H A Durldata.h1271 struct time_node expires[EXPIRE_LAST]; /* nodes for each expire type */ member
H A Dmulti.c3576 node = &data->state.expires[eid];
/curl/tests/unit/
H A Dunit1660.c115 chost, e->host, e->expires,
/curl/docs/libcurl/opts/
H A DCURLOPT_HSTS.md52 [stamp] is the time (in UTC) when the entry expires and it uses the format
/curl/docs/libcurl/
H A Dlibcurl-multi.md137 and what the current timeout time is - if that expires libcurl should be
151 that timeout expires, your application should call the
165 timer expires.
H A Dcurl_multi_fdset.md69 activity has been seen on the **fd_sets** after the timeout expires as
H A Dcurl_multi_socket_action.md95 socket(s) that got action. If no activity is detected and the timeout expires,

Completed in 62 milliseconds