Searched refs:CURL_IPRESOLVE_V4 (Results 1 – 11 of 11) sorted by relevance
180 case CURL_IPRESOLVE_V4: in Curl_getaddrinfo()
621 case CURL_IPRESOLVE_V4: in Curl_resolver_getaddrinfo()
524 case CURL_IPRESOLVE_V4: in Curl_resolver_getaddrinfo()
347 conn->ip_version = CURL_IPRESOLVE_V4; in bindlocal()
676 CURL_IPRESOLVE_V4 7.10.8
1319 #define CURL_IPRESOLVE_V4 1 /* resolve to ipv4 addresses */ macro
948 CURL_SETOPT(proxy->curl_handle, CURLOPT_IPRESOLVE, CURL_IPRESOLVE_V4); in standard_request_handler()
1680 #define CURL_IPRESOLVE_V4 1 /* resolve to IPv4 addresses */ macro
1184 my_setopt(curl, CURLOPT_IPRESOLVE, CURL_IPRESOLVE_V4); in operate_do()
212 d CURL_IPRESOLVE_V4...
2455 that has AAAA records. It will work if I explicitly use CURL_IPRESOLVE_V4 or