Home
last modified time | relevance | path

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

/third_party/curl/lib/
Durl.c2187 bool sockstype; local
2257 sockstype =
2263 proxyinfo = sockstype ? &conn->socks_proxy : &conn->http_proxy;
2317 if(conn->port < 0 || sockstype || !conn->socks_proxy.host.rawalloc)
2328 if(sockstype && strcasecompare(UNIX_SOCKET_PREFIX, host)) {