Searched refs:socks5_auth (Results 1 – 3 of 3) sorted by relevance
226 unsigned long socks5_auth;/* auth bitmask for socks5 proxies */ member
2119 config->socks5_auth |= CURLAUTH_BASIC; in getparameter()2121 config->socks5_auth &= ~CURLAUTH_BASIC; in getparameter()2125 config->socks5_auth |= CURLAUTH_GSSAPI; in getparameter()2127 config->socks5_auth &= ~CURLAUTH_GSSAPI; in getparameter()
1546 if(config->socks5_auth) in config2setopts()1548 (long)config->socks5_auth); in config2setopts()
Completed in 22 milliseconds