Home
last modified time | relevance | path

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

/third_party/curl/src/
Dtool_cfgable.h224 unsigned long socks5_auth;/* auth bitmask for socks5 proxies */ member
Dtool_getparam.c1760 config->socks5_auth |= CURLAUTH_BASIC; in getparameter()
1762 config->socks5_auth &= ~CURLAUTH_BASIC; in getparameter()
1768 config->socks5_auth |= CURLAUTH_GSSAPI; in getparameter()
1770 config->socks5_auth &= ~CURLAUTH_GSSAPI; in getparameter()
Dtool_operate.c1837 if(config->socks5_auth) in single_transfer()
1839 (long)config->socks5_auth); in single_transfer()