Home
last modified time | relevance | path

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

/curl/tests/data/
H A 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 …]
H A Dtest43758 # strip out the (dynamic) expire date from the file so that the rest
H A Dtest35661 # strip out the (dynamic) expire date from the file so that the rest
H A Dtest190871 # strip out the (dynamic) expire date from the file so that the rest
H A Dtest43880 # strip out the (dynamic) expire date from the file so that the rest
H A Dtest35884 # strip out the (dynamic) expire date from the file so that the rest
H A Dtest35984 # strip out the (dynamic) expire date from the file so that the rest
/curl/docs/examples/
H A 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()
/curl/tests/libtest/
H A 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()
/curl/docs/libcurl/opts/
H A DCURLMOPT_TIMERFUNCTION.md39 timer with an expire time of **timeout_ms** milliseconds. When that timer
44 the timer. All other values are valid expire times in number of milliseconds.
46 The **timer_callback** is called when the timeout expire time is changed.
H A DCURLOPT_HSTSREADFUNCTION.md29 char expire[18]; /* YYYYMMDD HH:MM:SS [null-terminated] */
50 FALSE. Set *expire* to a date stamp or a zero length string for *forever*
H A DCURLOPT_HSTSWRITEFUNCTION.md29 char expire[18]; /* YYYYMMDD HH:MM:SS [null-terminated] */
56 subdomains. The *expire* string is a date stamp null-terminated string
/curl/lib/
H A Dhsts.c315 msnprintf(e.expire, sizeof(e.expire), "%d%02d%02d %02d:%02d:%02d", in hsts_push()
320 strcpy(e.expire, UNLIMITED); in hsts_push()
470 e.expire[0] = 0; in hsts_pull()
480 if(e.expire[0]) in hsts_pull()
481 expires = Curl_getdate_capped(e.expire); in hsts_pull()
/curl/.github/workflows/
H A Dlinux-old.yml14 # The Debian key will expire 2025-05-20, after which package signature
/curl/include/curl/
H A Dcurl.h1016 char expire[18]; /* YYYYMMDD HH:MM:SS [null-terminated] */ member
/curl/packages/OS400/
H A Dcurl.inc.in2479 d expire 10

Completed in 34 milliseconds