Lines Matching refs:Curl_resolv
348 * Curl_resolv() checks initially and multi_runsingle() checks each time
465 * When calling Curl_resolv() has resulted in a response with a returned
668 * Curl_resolv() is the main name resolve function within libcurl. It resolves
684 enum resolve_t Curl_resolv(struct Curl_easy *data,
871 * Curl_resolv_timeout() is the same as Curl_resolv() but specifies a
928 return Curl_resolv(data, hostname, port, TRUE, entry);
941 This should be the last thing we do before calling Curl_resolv(),
943 before we invoke Curl_resolv() (and thus use "volatile"). */
992 rc = Curl_resolv(data, hostname, port, TRUE, entry);
1047 * one unlock is made for each Curl_resolv() call.