Home
last modified time | relevance | path

Searched refs:age (Results 1 – 19 of 19) 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
/curl/docs/libcurl/opts/
H A DCURLOPT_MAXAGE_CONN.md25 CURLcode curl_easy_setopt(CURL *handle, CURLOPT_MAXAGE_CONN, long age);
30 Pass a long as parameter containing *age* - the maximum time in seconds
40 cache that is older than this set *age*, it is closed instead.
44 Default maximum age is set to 118 seconds.
H A DCURLOPT_CA_CACHE_TIMEOUT.md31 CURLcode curl_easy_setopt(CURL *handle, CURLOPT_CA_CACHE_TIMEOUT, long age);
H A DCURLOPT_DNS_CACHE_TIMEOUT.md26 CURLcode curl_easy_setopt(CURL *handle, CURLOPT_DNS_CACHE_TIMEOUT, long age);
/curl/docs/libcurl/
H A Dcurl_version_info.md22 curl_version_info_data *curl_version_info(CURLversion age);
28 features in the running version of libcurl. *age* should be set to the
48 CURLversion age; /* see description below */
66 /* when 'age' is CURLVERSION_FOURTH or higher (>= 7.16.1), the members
72 /* when 'age' is CURLVERSION_FIFTH or higher (>= 7.57.0), the members
78 /* when 'age' is CURLVERSION_SIXTH or higher (>= 7.66.0), the members
93 /* when 'age' is CURLVERSION_EIGHTH or higher (>= 7.71.0), the members
98 /* when 'age' is CURLVERSION_NINTH or higher (>= 7.75.0), the members
101 /* when 'age' is CURLVERSION_TENTH or higher (>= 7.77.0), the members
113 *age* describes what the age of this struct is. The number depends on how
[all …]
H A Dcurl_ws_meta.md49 int age;
56 ## `age`
58 This field specify the age of this struct. It is always zero for now.
H A Dcurl_easy_setopt.md967 Limit the age (idle time) of connections for reuse. See CURLOPT_MAXAGE_CONN(3)
971 Limit the age (since creation) of connections for reuse. See
/curl/include/curl/
H A Dwebsockets.h32 int age; /* zero */ member
H A Dcurl.h3072 CURLversion age; /* age of the returned struct */ member
/curl/tests/libtest/
H A Dlib2305.c65 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.c163 if(curlinfo->age >= CURLVERSION_ELEVENTH && curlinfo->feature_names) in get_libcurl_info()
/curl/lib/
H A Dhostip.c200 time_t age = prune->now - c->timestamp; in hostcache_timestamp_remove() local
201 if(age >= prune->cache_timeout) in hostcache_timestamp_remove()
203 if(age > prune->oldest) in hostcache_timestamp_remove()
204 prune->oldest = age; in hostcache_timestamp_remove()
H A Durldata.h341 long age; /* just a number, the higher the more recent */ member
H A Dws.c349 ws->frame.age = frame_age; in update_meta()
/curl/lib/vtls/
H A Dvtls.c583 check->age = *general_age; /* set this as used in this age */ in Curl_ssl_getsessionid()
612 session->age = 0; /* fresh */ in Curl_ssl_kill_session()
671 oldest_age = data->state.session[0].age; /* zero if unused */ in Curl_ssl_addsessionid()
704 if(data->state.session[i].age < oldest_age) { in Curl_ssl_addsessionid()
705 oldest_age = data->state.session[i].age; in Curl_ssl_addsessionid()
724 store->age = *general_age; /* set current age */ in Curl_ssl_addsessionid()
/curl/packages/OS400/
H A Dcurl.inc.in2385 d age like(CURLversion)
2503 d age 10i 0

Completed in 68 milliseconds