Searched refs:age (Results 1 – 23 of 23) sorted by relevance
/curl/docs/examples/ |
H A D | version-check.pl | 63 sub age { subroutine 83 my $r = age($doc{$a}) <=> age($doc{$b});
|
/curl/tests/data/ |
H A D | test421 | 22 access-control-max-age: 1728000 27 cache-control: max-age=0, private, must-revalidate 29 strict-transport-security: max-age=31536000; includeSubDomains 72 "access-control-max-age":["1728000"], 76 "cache-control":["max-age=0, private, must-revalidate"], 78 "strict-transport-security":["max-age=31536000; includeSubDomains"],
|
H A D | test1270 | 22 Strict-Transport-Security: max-age=604800 60 Strict-Transport-Security: max-age=604800
|
H A D | test783 | 25 Strict-Transport-Security: max-age=1000; 76 Strict-Transport-Security: max-age=1000;
|
H A D | test780 | 25 Strict-Transport-Security: max-age = 1000 74 Strict-Transport-Security: max-age = 1000
|
H A D | test781 | 25 Strict-Transport-Security: max-age=1000 76 Strict-Transport-Security: max-age=1000
|
H A D | test782 | 25 Strict-Transport-Security: max-age=1000; includesubdomains 76 Strict-Transport-Security: max-age=1000; includesubdomains
|
/curl/docs/libcurl/ |
H A D | curl_version_info.md | 23 curl_version_info_data *curl_version_info(CURLversion age); 29 features in the running version of libcurl. *age* should be set to the 49 CURLversion age; /* see description below */ 67 /* when 'age' is CURLVERSION_FOURTH or higher (>= 7.16.1), the members 73 /* when 'age' is CURLVERSION_FIFTH or higher (>= 7.57.0), the members 79 /* when 'age' is CURLVERSION_SIXTH or higher (>= 7.66.0), the members 94 /* when 'age' is CURLVERSION_EIGHTH or higher (>= 7.71.0), the members 99 /* when 'age' is CURLVERSION_NINTH or higher (>= 7.75.0), the members 102 /* when 'age' is CURLVERSION_TENTH or higher (>= 7.77.0), the members 114 *age* describes what the age of this struct is. The number depends on how [all …]
|
H A D | curl_ws_meta.md | 50 int age; 57 ## `age` 59 This field specify the age of this struct. It is always zero for now.
|
H A D | curl_easy_setopt.md | 577 Limit the age (idle time) of connections for reuse. See CURLOPT_MAXAGE_CONN(3) 594 Limit the age (since creation) of connections for reuse. See
|
/curl/docs/libcurl/opts/ |
H A D | CURLOPT_MAXAGE_CONN.md | 26 CURLcode curl_easy_setopt(CURL *handle, CURLOPT_MAXAGE_CONN, long age); 31 Pass a long as parameter containing *age* - the maximum time in seconds 41 cache that is older than this set *age*, it is closed instead.
|
H A D | CURLOPT_CA_CACHE_TIMEOUT.md | 32 CURLcode curl_easy_setopt(CURL *handle, CURLOPT_CA_CACHE_TIMEOUT, long age);
|
H A D | CURLOPT_DNS_CACHE_TIMEOUT.md | 27 CURLcode curl_easy_setopt(CURL *handle, CURLOPT_DNS_CACHE_TIMEOUT, long age);
|
/curl/include/curl/ |
H A D | websockets.h | 32 int age; /* zero */ member
|
H A D | curl.h | 3081 CURLversion age; /* age of the returned struct */ member
|
/curl/tests/libtest/ |
H A D | lib2305.c | 67 nread, meta->age, meta->flags, meta->offset, meta->bytesleft); in websocket()
|
/curl/docs/cmdline-opts/ |
H A D | get.md | 16 - --get -d "tool=curl" -d "age=old" $URL
|
/curl/src/ |
H A D | tool_libinfo.c | 166 if(curlinfo->age >= CURLVERSION_ELEVENTH && curlinfo->feature_names) in get_libcurl_info()
|
/curl/lib/ |
H A D | hostip.c | 200 time_t age = prune->now - dns->timestamp; in hostcache_entry_is_stale() local 201 if(age >= prune->max_age_sec) in hostcache_entry_is_stale() 203 if(age > prune->oldest) in hostcache_entry_is_stale() 204 prune->oldest = age; in hostcache_entry_is_stale()
|
H A D | urldata.h | 355 long age; /* just a number, the higher the more recent */ member
|
H A D | ws.c | 353 ws->frame.age = frame_age; in update_meta()
|
/curl/lib/vtls/ |
H A D | vtls.c | 590 check->age = *general_age; /* set this as used in this age */ in Curl_ssl_getsessionid() 620 session->age = 0; /* fresh */ in Curl_ssl_kill_session() 689 oldest_age = data->state.session[0].age; /* zero if unused */ in Curl_ssl_set_sessionid() 726 if(data->state.session[i].age < oldest_age) { in Curl_ssl_set_sessionid() 727 oldest_age = data->state.session[i].age; in Curl_ssl_set_sessionid() 746 store->age = *general_age; /* set current age */ in Curl_ssl_set_sessionid()
|
/curl/packages/OS400/ |
H A D | curl.inc.in | 2391 d age like(CURLversion) 2509 d age 10i 0
|
Completed in 59 milliseconds