Home
last modified time | relevance | path

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

/external/curl/lib/
Dsocks.c114 bool protocol4a) in Curl_SOCKS4() argument
151 if(!protocol4a) { in Curl_SOCKS4()
224 if(protocol4a) { in Curl_SOCKS4()
245 if(protocol4a && hostnamelen == 0) { in Curl_SOCKS4()
295 infof(data, "SOCKS4%s request granted.\n", protocol4a?"a":""); in Curl_SOCKS4()
Dsocks.h53 bool protocol4a);