Searched refs:Curl_resolver_is_resolved (Results 1 - 5 of 5) sorted by relevance

/external/curl/lib/
H A Dasyn.h105 * Curl_resolver_is_resolved()
113 CURLcode Curl_resolver_is_resolved(struct connectdata *conn,
150 #define Curl_resolver_is_resolved(x,y) CURLE_COULDNT_RESOLVE_HOST macro
H A Dasyn-ares.c303 * Curl_resolver_is_resolved() is called repeatedly to check if a previous
309 CURLcode Curl_resolver_is_resolved(struct connectdata *conn, function
388 Curl_resolver_is_resolved(conn, &temp_entry);
H A Dasyn-thread.c493 * Curl_resolver_is_resolved() is called repeatedly to check if a previous
497 CURLcode Curl_resolver_is_resolved(struct connectdata *conn, function
H A Dhostip.c497 result = Curl_resolver_is_resolved(conn, &dns);
H A Dmulti.c1483 result = Curl_resolver_is_resolved(data->easy_conn, &dns);

Completed in 134 milliseconds