Home
last modified time | relevance | path

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

/curl/docs/libcurl/opts/
H A DCURLOPT_DNS_CACHE_TIMEOUT.md19 CURLOPT_DNS_CACHE_TIMEOUT - life-time for DNS cache entries
33 disable caching, or set to -1 to make the cached entries remain forever. By
46 DNS entries have a "TTL" property but libcurl does not use that. This DNS
50 Since version 8.1.0, libcurl prunes entries from the DNS cache if it exceeds
51 30,000 entries no matter which timeout value is used.
H A DCURLOPT_RESOLVE.md46 entries can of course be either IPv4 or IPv6 style addressing.
48 This option effectively populates the DNS cache with entries for the host+port
53 added without the leading plus character never times out whereas entries added
54 with "+HOST:..." times out just like ordinary DNS cache entries.
108 Support for adding non-permanent entries by using the "+" prefix was added in
H A DCURLOPT_HSTS.md34 If the given file does not exist or contains no HSTS entries at startup, the
38 If this option is set multiple times, libcurl loads cache entries from each
H A DCURLOPT_HSTSWRITEFUNCTION.md34 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
/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.h48 const char entries[ALPN_ENTRIES_MAX][ALPN_NAME_MAX]; member
H A Drustls.c453 alpn[i].data = (const uint8_t *)connssl->alpn->entries[i]; in cr_init_backend()
454 alpn[i].len = strlen(connssl->alpn->entries[i]); in cr_init_backend()
H A Dvtls.c2072 len = strlen(spec->entries[i]); in Curl_alpn_to_proto_buf()
2079 memcpy(buf->data + off, spec->entries[i], blen); in Curl_alpn_to_proto_buf()
2094 len = strlen(spec->entries[i]); in Curl_alpn_to_proto_str()
2101 memcpy(buf->data + off, spec->entries[i], len); in Curl_alpn_to_proto_str()
H A Dbearssl.c604 backend->protocols[i] = connssl->alpn->entries[i]; in bearssl_connect_step1()
H A Dmbedtls.c858 backend->protocols[i] = connssl->alpn->entries[i]; in mbed_connect_step1()
H A Dsectransp.c1627 cstr = CFStringCreateWithCString(NULL, connssl->alpn->entries[i],
/curl/lib/
H A Daltsvc.c499 size_t entries = 0; in Curl_altsvc_parse() local
633 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_BUGS102 15.7 generated .pc file contains strange entries
586 15.7 generated .pc file contains strange entries
H A DFAQ725 You can also opt to add faked host name entries to curl with the --resolve
1355 types and in many cases does not even include all the directory entries.

Completed in 74 milliseconds