OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:proxytunnel
(Results
1 - 5
of
5
) sorted by null
/external/curl/lib/
http.h
235
* @param
proxytunnel
boolean if this is the request setting up a "proxy
244
bool
proxytunnel
); /* TRUE if this is the request setting
http.c
679
* @param
proxytunnel
boolean if this is the request setting up a "proxy
688
bool
proxytunnel
) /* TRUE if this is the request setting
725
(conn->bits.tunnel_proxy ==
proxytunnel
)) {
732
(void)
proxytunnel
;
[
all
...]
/external/curl/src/
tool_cfgable.h
88
bool
proxytunnel
;
member in struct:OperationConfig
tool_getparam.c
253
{"p", "
proxytunnel
", FALSE},
[
all
...]
tool_operate.c
865
my_setopt(curl, CURLOPT_HTTPPROXYTUNNEL, config->
proxytunnel
?1L:0L);
[
all
...]
Completed in 61 milliseconds