Home
last modified time | relevance | path

Searched refs:Curl_doh_is_resolved (Results 1 – 3 of 3) sorted by relevance

/external/curl/lib/
Ddoh.h40 CURLcode Curl_doh_is_resolved(struct connectdata *conn,
106 #define Curl_doh_is_resolved(x,y) CURLE_COULDNT_RESOLVE_HOST macro
Dhostip.c1067 return Curl_doh_is_resolved(conn, dns); in Curl_resolv_check()
Ddoh.c907 CURLcode Curl_doh_is_resolved(struct connectdata *conn, in Curl_doh_is_resolved() function