Home
last modified time | relevance | path

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

/third_party/curl/src/
H A Dtool_cfgable.h222 unsigned long socks5_auth;/* auth bitmask for socks5 proxies */ member
H A Dtool_getparam.c2229 config->socks5_auth |= CURLAUTH_BASIC; in getparameter()
2231 config->socks5_auth &= ~CURLAUTH_BASIC; in getparameter()
2235 config->socks5_auth |= CURLAUTH_GSSAPI; in getparameter()
2237 config->socks5_auth &= ~CURLAUTH_GSSAPI; in getparameter()
H A Dtool_operate.c1990 if(config->socks5_auth) in single_transfer()
1992 (long)config->socks5_auth); in single_transfer()

Completed in 8 milliseconds