Searched refs:expire (Results 1 – 18 of 18) sorted by relevance
/curl/tests/data/ |
H A D | test1660 | 62 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 D | test437 | 59 # strip out the (dynamic) expire date from the file so that the rest
|
H A D | test356 | 61 # strip out the (dynamic) expire date from the file so that the rest
|
H A D | test1908 | 71 # strip out the (dynamic) expire date from the file so that the rest
|
H A D | test438 | 80 # strip out the (dynamic) expire date from the file so that the rest
|
H A D | test358 | 84 # strip out the (dynamic) expire date from the file so that the rest
|
H A D | test359 | 84 # strip out the (dynamic) expire date from the file so that the rest
|
/curl/docs/examples/ |
H A D | hsts-preload.c | 53 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 D | lib1915.c | 59 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 D | CURLMOPT_TIMERFUNCTION.md | 40 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 D | CURLOPT_HSTSREADFUNCTION.md | 30 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 D | CURLOPT_HSTSWRITEFUNCTION.md | 30 char expire[18]; /* YYYYMMDD HH:MM:SS [null-terminated] */ 57 subdomains. The *expire* string is a date stamp null-terminated string
|
H A D | CURLMOPT_MAX_TOTAL_CONNECTIONS.md | 43 similarly still treated as a per-connect timeout and might expire even before
|
H A D | CURLMOPT_MAX_HOST_CONNECTIONS.md | 48 similarly still treated as a per-connect timeout and might expire even before
|
/curl/lib/ |
H A D | hsts.c | 322 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 D | linux-old.yml | 14 # The Debian key will expire 2025-05-20, after which package signature
|
/curl/include/curl/ |
H A D | curl.h | 1023 char expire[18]; /* YYYYMMDD HH:MM:SS [null-terminated] */ member
|
/curl/packages/OS400/ |
H A D | curl.inc.in | 2485 d expire 10
|
Completed in 30 milliseconds