Home
last modified time | relevance | path

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

/third_party/curl/lib/
Dconnect.c353 conn->ip_version = CURL_IPRESOLVE_V4; in bindlocal()
1395 conn->tempfamily[0] = (conn->ip_version == CURL_IPRESOLVE_V4) ? in Curl_connecthost()
Dsocks.c215 conn->ip_version = CURL_IPRESOLVE_V4; in Curl_SOCKS4()
/third_party/curl/docs/libcurl/
Dsymbols-in-versions937 CURL_IPRESOLVE_V4 7.10.8
/third_party/skia/third_party/externals/microhttpd/src/spdy2http/
Dproxy.c948 CURL_SETOPT(proxy->curl_handle, CURLOPT_IPRESOLVE, CURL_IPRESOLVE_V4); in standard_request_handler()
/third_party/curl/include/curl/
Dcurl.h2144 #define CURL_IPRESOLVE_V4 1 /* uses only IPv4 addresses/connections */ macro
/third_party/curl/src/
Dtool_getparam.c1296 config->ip_version = CURL_IPRESOLVE_V4; in getparameter()
/third_party/curl/packages/OS400/
Dcurl.inc.in258 d CURL_IPRESOLVE_V4...