Searched refs:CURLRESOLV_ERROR (Results 1 – 4 of 4) sorted by relevance
452 int rc = CURLRESOLV_ERROR; /* default to failure */ in Curl_resolv()479 return CURLRESOLV_ERROR; in Curl_resolv()499 return CURLRESOLV_ERROR; in Curl_resolv()623 rc = CURLRESOLV_ERROR; in Curl_resolv_timeout()
83 #define CURLRESOLV_ERROR -1 macro
162 if(rc == CURLRESOLV_ERROR) in Curl_SOCKS4()593 if(rc == CURLRESOLV_ERROR)
373 to "name lookup timed out" and then returns with CURLRESOLV_ERROR. I guess