Searched refs:CURL_IPRESOLVE_V4 (Results 1 – 11 of 11) sorted by relevance
182 case CURL_IPRESOLVE_V4: in Curl_getaddrinfo()
524 case CURL_IPRESOLVE_V4: in Curl_resolver_getaddrinfo()
627 case CURL_IPRESOLVE_V4: in Curl_resolver_getaddrinfo()
348 conn->ip_version = CURL_IPRESOLVE_V4; in bindlocal()
732 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()
1809 #define CURL_IPRESOLVE_V4 1 /* resolve to IPv4 addresses */ macro
1228 my_setopt(curl, CURLOPT_IPRESOLVE, CURL_IPRESOLVE_V4); in operate_do()
220 d CURL_IPRESOLVE_V4...
2455 that has AAAA records. It will work if I explicitly use CURL_IPRESOLVE_V4 or