Home
last modified time | relevance | path

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

/external/curl/lib/
Dsocks.c114 const bool protocol4a = in Curl_SOCKS4() local
132 protocol4a ? "a" : "", hostname, remote_port); in Curl_SOCKS4()
155 if(!protocol4a) { in Curl_SOCKS4()
230 if(protocol4a) { in Curl_SOCKS4()
251 if(protocol4a && hostnamelen == 0) { in Curl_SOCKS4()
301 infof(data, "SOCKS4%s request granted.\n", protocol4a?"a":""); in Curl_SOCKS4()