OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:socksver
(Results
1 - 3
of
3
) sorted by null
/external/curl/src/
tool_cfgable.h
166
int
socksver
; /* set to CURLPROXY_SOCKS* define */
member in struct:OperationConfig
tool_getparam.c
762
config->
socksver
= CURLPROXY_SOCKS5;
766
config->
socksver
= CURLPROXY_SOCKS4;
770
config->
socksver
= CURLPROXY_SOCKS4A;
775
config->
socksver
= CURLPROXY_SOCKS5_HOSTNAME;
[
all
...]
tool_operate.c
874
my_setopt_enum(curl, CURLOPT_PROXYTYPE, (long)config->
socksver
);
[
all
...]
Completed in 61 milliseconds