Home
last modified time | relevance | path

Searched refs:probe (Results 1 – 6 of 6) sorted by relevance

/curl/lib/
H A Ddoh.c432 dohp->probe[i].easy_mid = -1; in Curl_doh()
445 result = doh_run_probe(data, &dohp->probe[DOH_SLOT_IPV4], in Curl_doh()
455 result = doh_run_probe(data, &dohp->probe[DOH_SLOT_IPV6], in Curl_doh()
484 result = doh_run_probe(data, &dohp->probe[DOH_SLOT_HTTPS_RR], in Curl_doh()
1305 if(dohp->probe[DOH_SLOT_IPV4].easy_mid < 0 && in Curl_doh_is_resolved()
1306 dohp->probe[DOH_SLOT_IPV6].easy_mid < 0) { in Curl_doh_is_resolved()
1322 struct doh_probe *p = &dohp->probe[slot]; in Curl_doh_is_resolved()
1412 mid = doh->probe[slot].easy_mid; in Curl_doh_close()
1415 doh->probe[slot].easy_mid = -1; in Curl_doh_close()
1423 doh->probe[slot].easy_mid)); in Curl_doh_close()
H A Ddoh.h93 struct doh_probe probe[DOH_SLOT_COUNT]; member
/curl/docs/libcurl/opts/
H A DCURLOPT_TCP_KEEPALIVE.md27 CURLcode curl_easy_setopt(CURL *handle, CURLOPT_TCP_KEEPALIVE, long probe);
H A DCURLOPT_HTTPAUTH.md117 value to force libcurl to probe for unrestricted auth and if not, only that
/curl/docs/
H A DTODO684 If it did, curl could be used to probe if there is an server there listening
H A DFAQ1078 keep-alive support in the TCP/IP stack which makes it periodically probe the

Completed in 19 milliseconds