Home
last modified time | relevance | path

Searched refs:CURL_IPRESOLVE_V4 (Results 1 – 11 of 11) sorted by relevance

/external/curl/lib/
Dhostip6.c182 case CURL_IPRESOLVE_V4: in Curl_getaddrinfo()
Dasyn-ares.c524 case CURL_IPRESOLVE_V4: in Curl_resolver_getaddrinfo()
Dasyn-thread.c627 case CURL_IPRESOLVE_V4: in Curl_resolver_getaddrinfo()
Dconnect.c348 conn->ip_version = CURL_IPRESOLVE_V4; in bindlocal()
/external/curl/docs/libcurl/
Dsymbols-in-versions732 CURL_IPRESOLVE_V4 7.10.8
/external/google-breakpad/src/third_party/curl/
Dcurl.h1319 #define CURL_IPRESOLVE_V4 1 /* resolve to ipv4 addresses */ macro
/external/libmicrohttpd/src/spdy2http/
Dproxy.c948 CURL_SETOPT(proxy->curl_handle, CURLOPT_IPRESOLVE, CURL_IPRESOLVE_V4); in standard_request_handler()
/external/curl/include/curl/
Dcurl.h1809 #define CURL_IPRESOLVE_V4 1 /* resolve to IPv4 addresses */ macro
/external/curl/src/
Dtool_operate.c1228 my_setopt(curl, CURLOPT_IPRESOLVE, CURL_IPRESOLVE_V4); in operate_do()
/external/curl/packages/OS400/
Dcurl.inc.in220 d CURL_IPRESOLVE_V4...
/external/curl/
DCHANGES.02455 that has AAAA records. It will work if I explicitly use CURL_IPRESOLVE_V4 or