Searched refs:socks5_auth (Results 1 – 3 of 3) sorted by relevance
221 unsigned long socks5_auth;/* auth bitmask for socks5 proxies */ member
1913 config->socks5_auth |= CURLAUTH_BASIC; in getparameter()1915 config->socks5_auth &= ~CURLAUTH_BASIC; in getparameter()1921 config->socks5_auth |= CURLAUTH_GSSAPI; in getparameter()1923 config->socks5_auth &= ~CURLAUTH_GSSAPI; in getparameter()
1965 if(config->socks5_auth) in single_transfer()1967 (long)config->socks5_auth); in single_transfer()