Searched refs:entries (Results 1 – 25 of 26) sorted by relevance
12
/curl/docs/libcurl/opts/ |
H A D | CURLOPT_DNS_CACHE_TIMEOUT.md | 20 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 D | CURLOPT_RESOLVE.md | 48 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 D | CURLOPT_HSTS.md | 35 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 D | CURLOPT_HSTSWRITEFUNCTION.md | 35 size_t total; /* total number of entries to save */
|
/curl/tests/data/ |
H A D | test1516 | 15 # not clean the DNS entries added manually. 45 caching of manual libcurl DNS entries after dead connection
|
H A D | test1515 | 49 caching of manual libcurl DNS entries after DNS cache timeout
|
H A D | test1135 | 18 # new entries last or bump the SONAME.
|
H A D | test1660 | 63 Number of entries: 4
|
H A D | test1706 | 110 subject to later modification by subsequent entries in the comma separated 227 entries in the comma separated list. For example: --proto
|
H A D | test1705 | 114 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 D | curl_multi_cleanup.md | 44 When this function is called, remaining entries in the connection pool held by
|
/curl/docs/cmdline-opts/ |
H A D | proto.md | 32 subject to later modification by subsequent entries in the comma separated
|
H A D | resolve.md | 24 you need several entries if you want to provide address for the same host but
|
/curl/lib/vtls/ |
H A D | vtls_int.h | 50 const char entries[ALPN_ENTRIES_MAX][ALPN_NAME_MAX]; member
|
H A D | vtls.c | 2215 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 D | rustls.c | 657 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 D | bearssl.c | 633 backend->protocols[i] = connssl->alpn->entries[i]; in bearssl_connect_step1()
|
H A D | mbedtls.c | 931 backend->protocols[i] = connssl->alpn->entries[i];
|
H A D | sectransp.c | 1104 cstr = CFStringCreateWithCString(NULL, connssl->alpn->entries[i],
|
/curl/lib/ |
H A D | altsvc.c | 497 size_t entries = 0; in Curl_altsvc_parse() local 631 if(!entries++) in Curl_altsvc_parse()
|
/curl/packages/vms/ |
H A D | gnv_libcurl_symbols.opt | 10 ! the entries are important for upward compatibility.
|
H A D | build_gnv_curl_pcsi_desc.com | 299 $! Ignore the directory entries for now.
|
/curl/docs/ |
H A D | THANKS-filter | 28 # duplicate entries and will not be included in release tarballs.
|
H A D | KNOWN_BUGS | 96 15.7 generated .pc file contains strange entries 556 15.7 generated .pc file contains strange entries
|
/curl/tests/ |
H A D | runtests.md | 251 script randomly discards entries to fail until the amount is **num**.
|
Completed in 46 milliseconds
12