Home
last modified time | relevance | path

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

/third_party/curl/lib/
H A Durl.c2178 static CURLcode parse_proxy(struct Curl_easy *data, function
2502 result = parse_proxy(data, conn, proxy, ptype);
2503 Curl_safefree(proxy); /* parse_proxy copies the proxy string */
2509 result = parse_proxy(data, conn, socksproxy, ptype);
2510 /* parse_proxy copies the socks proxy string */

Completed in 5 milliseconds