Searched refs:socks5_auth (Results 1 – 3 of 3) sorted by relevance
193 unsigned long socks5_auth;/* auth bitmask for socks5 proxies */ member
1606 config->socks5_auth |= CURLAUTH_BASIC; in getparameter()1608 config->socks5_auth &= ~CURLAUTH_BASIC; in getparameter()1614 config->socks5_auth |= CURLAUTH_GSSAPI; in getparameter()1616 config->socks5_auth &= ~CURLAUTH_GSSAPI; in getparameter()
1346 if(config->socks5_auth) in operate_do()1348 (long)config->socks5_auth); in operate_do()