Home
last modified time | relevance | path

Searched refs:age (Results 1 – 23 of 23) sorted by relevance

/curl/docs/examples/
H A Dversion-check.pl63 sub age { subroutine
83 my $r = age($doc{$a}) <=> age($doc{$b});
/curl/tests/data/
H A Dtest42122 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 Dtest127022 Strict-Transport-Security: max-age=604800
60 Strict-Transport-Security: max-age=604800
H A Dtest78325 Strict-Transport-Security: max-age=1000;
76 Strict-Transport-Security: max-age=1000;
H A Dtest78025 Strict-Transport-Security: max-age = 1000
74 Strict-Transport-Security: max-age = 1000
H A Dtest78125 Strict-Transport-Security: max-age=1000
76 Strict-Transport-Security: max-age=1000
H A Dtest78225 Strict-Transport-Security: max-age=1000; includesubdomains
76 Strict-Transport-Security: max-age=1000; includesubdomains
/curl/docs/libcurl/
H A Dcurl_version_info.md23 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 Dcurl_ws_meta.md50 int age;
57 ## `age`
59 This field specify the age of this struct. It is always zero for now.
H A Dcurl_easy_setopt.md577 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 DCURLOPT_MAXAGE_CONN.md26 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 DCURLOPT_CA_CACHE_TIMEOUT.md32 CURLcode curl_easy_setopt(CURL *handle, CURLOPT_CA_CACHE_TIMEOUT, long age);
H A DCURLOPT_DNS_CACHE_TIMEOUT.md27 CURLcode curl_easy_setopt(CURL *handle, CURLOPT_DNS_CACHE_TIMEOUT, long age);
/curl/include/curl/
H A Dwebsockets.h32 int age; /* zero */ member
H A Dcurl.h3081 CURLversion age; /* age of the returned struct */ member
/curl/tests/libtest/
H A Dlib2305.c67 nread, meta->age, meta->flags, meta->offset, meta->bytesleft); in websocket()
/curl/docs/cmdline-opts/
H A Dget.md16 - --get -d "tool=curl" -d "age=old" $URL
/curl/src/
H A Dtool_libinfo.c166 if(curlinfo->age >= CURLVERSION_ELEVENTH && curlinfo->feature_names) in get_libcurl_info()
/curl/lib/
H A Dhostip.c200 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 Durldata.h355 long age; /* just a number, the higher the more recent */ member
H A Dws.c353 ws->frame.age = frame_age; in update_meta()
/curl/lib/vtls/
H A Dvtls.c590 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 Dcurl.inc.in2391 d age like(CURLversion)
2509 d age 10i 0

Completed in 59 milliseconds