Home
last modified time | relevance | path

Searched refs:entries (Results 1 – 25 of 26) sorted by relevance

12

/curl/docs/libcurl/opts/
H A DCURLOPT_DNS_CACHE_TIMEOUT.md20 CURLOPT_DNS_CACHE_TIMEOUT - life-time for DNS cache entries
34 disable caching, or set to -1 to make the cached entries remain forever. By
47 DNS entries have a "TTL" property but libcurl does not use that. This DNS
51 Since version 8.1.0, libcurl prunes entries from the DNS cache if it exceeds
52 30,000 entries no matter which timeout value is used.
H A DCURLOPT_RESOLVE.md48 entries can of course be either IPv4 or IPv6 style addressing.
54 This option effectively populates the DNS cache with entries for the host+port
60 entries added with `+HOST:...` times out just like ordinary DNS cache entries.
117 Support for adding non-permanent entries by using the "+" prefix was added in
H A DCURLOPT_HSTS.md35 If the given file does not exist or contains no HSTS entries at startup, the
40 If this option is set multiple times, libcurl loads cache entries from each
H A DCURLOPT_HSTSWRITEFUNCTION.md35 size_t total; /* total number of entries to save */
/curl/tests/data/
H A Dtest151615 # not clean the DNS entries added manually.
45 caching of manual libcurl DNS entries after dead connection
H A Dtest151549 caching of manual libcurl DNS entries after DNS cache timeout
H A Dtest113518 # new entries last or bump the SONAME.
H A Dtest166063 Number of entries: 4
H A Dtest1706110 subject to later modification by subsequent entries in the comma separated
227 entries in the comma separated list. For example: --proto
H A Dtest1705114 subject to later modification by subsequent entries in the comma separated
254 subject to later modification by subsequent entries in the comma separated
/curl/docs/libcurl/
H A Dcurl_multi_cleanup.md44 When this function is called, remaining entries in the connection pool held by
/curl/docs/cmdline-opts/
H A Dproto.md32 subject to later modification by subsequent entries in the comma separated
H A Dresolve.md24 you need several entries if you want to provide address for the same host but
/curl/lib/vtls/
H A Dvtls_int.h50 const char entries[ALPN_ENTRIES_MAX][ALPN_NAME_MAX]; member
H A Dvtls.c2215 len = strlen(spec->entries[i]); in Curl_alpn_to_proto_buf()
2222 memcpy(buf->data + off, spec->entries[i], blen); in Curl_alpn_to_proto_buf()
2237 len = strlen(spec->entries[i]); in Curl_alpn_to_proto_str()
2244 memcpy(buf->data + off, spec->entries[i], len); in Curl_alpn_to_proto_str()
2257 size_t slen = strlen(spec->entries[i]); in Curl_alpn_contains_proto()
2258 if((slen == plen) && !memcmp(proto, spec->entries[i], plen)) in Curl_alpn_contains_proto()
H A Drustls.c657 alpn[i].data = (const uint8_t *)connssl->alpn->entries[i]; in cr_init_backend()
658 alpn[i].len = strlen(connssl->alpn->entries[i]); in cr_init_backend()
H A Dbearssl.c633 backend->protocols[i] = connssl->alpn->entries[i]; in bearssl_connect_step1()
H A Dmbedtls.c931 backend->protocols[i] = connssl->alpn->entries[i];
H A Dsectransp.c1104 cstr = CFStringCreateWithCString(NULL, connssl->alpn->entries[i],
/curl/lib/
H A Daltsvc.c497 size_t entries = 0; in Curl_altsvc_parse() local
631 if(!entries++) in Curl_altsvc_parse()
/curl/packages/vms/
H A Dgnv_libcurl_symbols.opt10 ! the entries are important for upward compatibility.
H A Dbuild_gnv_curl_pcsi_desc.com299 $! Ignore the directory entries for now.
/curl/docs/
H A DTHANKS-filter28 # duplicate entries and will not be included in release tarballs.
H A DKNOWN_BUGS96 15.7 generated .pc file contains strange entries
556 15.7 generated .pc file contains strange entries
/curl/tests/
H A Druntests.md251 script randomly discards entries to fail until the amount is **num**.

Completed in 46 milliseconds

12