Home
last modified time | relevance | path

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

/external/curl/src/
Dtool_cfgable.h202 unsigned long socks5_auth;/* auth bitmask for socks5 proxies */ member
Dtool_getparam.c1667 config->socks5_auth |= CURLAUTH_BASIC; in getparameter()
1669 config->socks5_auth &= ~CURLAUTH_BASIC; in getparameter()
1675 config->socks5_auth |= CURLAUTH_GSSAPI; in getparameter()
1677 config->socks5_auth &= ~CURLAUTH_GSSAPI; in getparameter()
Dtool_operate.c1357 if(config->socks5_auth) in operate_do()
1359 (long)config->socks5_auth); in operate_do()