Home
last modified time | relevance | path

Searched refs:expire (Results 1 – 18 of 18) 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 Dtest43759 # 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.c59 const char *expire; in hstsread() local
63 expire = preload_hosts[s->index++].exp; in hstsread()
68 strcpy(e->expire, expire); in hstsread()
92 printf("[%zu/%zu] %s %s\n", i->index, i->total, e->name, e->expire); in hstswrite()
/curl/docs/libcurl/opts/
H A DCURLMOPT_TIMERFUNCTION.md40 non-repeating timer with an expire time of **timeout_ms** milliseconds. When
44 If this callback is called when a timer is already running, this new expire
46 cancel the old timeout and set a new timeout using this new expire time.
49 the timer. All other values are valid expire times in number of milliseconds.
51 The **timer_callback** is called when the timeout expire time is changed.
H A DCURLOPT_HSTSREADFUNCTION.md30 char expire[18]; /* YYYYMMDD HH:MM:SS [null-terminated] */
51 FALSE. Set *expire* to a date stamp or a zero length string for *forever*
H A DCURLOPT_HSTSWRITEFUNCTION.md30 char expire[18]; /* YYYYMMDD HH:MM:SS [null-terminated] */
57 subdomains. The *expire* string is a date stamp null-terminated string
H A DCURLMOPT_MAX_TOTAL_CONNECTIONS.md43 similarly still treated as a per-connect timeout and might expire even before
H A DCURLMOPT_MAX_HOST_CONNECTIONS.md48 similarly still treated as a per-connect timeout and might expire even before
/curl/lib/
H A Dhsts.c322 msnprintf(e.expire, sizeof(e.expire), "%d%02d%02d %02d:%02d:%02d", in hsts_push()
327 strcpy(e.expire, UNLIMITED); in hsts_push()
477 e.expire[0] = 0; in hsts_pull()
487 if(e.expire[0]) in hsts_pull()
488 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.h1023 char expire[18]; /* YYYYMMDD HH:MM:SS [null-terminated] */ member
/curl/packages/OS400/
H A Dcurl.inc.in2485 d expire 10

Completed in 30 milliseconds