Searched refs:proxytunnel (Results 1 - 5 of 5) sorted by relevance

/external/curl/lib/
H A Dhttp.h240 * @param proxytunnel boolean if this is the request setting up a "proxy
249 bool proxytunnel); /* TRUE if this is the request setting
H A Dhttp.c664 * @param proxytunnel boolean if this is the request setting up a "proxy
673 bool proxytunnel) /* TRUE if this is the request setting
710 (conn->bits.tunnel_proxy == proxytunnel)) {
717 (void)proxytunnel;
670 Curl_http_output_auth(struct connectdata *conn, const char *request, const char *path, bool proxytunnel) argument
/external/curl/src/
H A Dtool_cfgable.h89 bool proxytunnel; member in struct:OperationConfig
H A Dtool_getparam.c258 {"p", "proxytunnel", FALSE},
1610 config->proxytunnel = toggle;
H A Dtool_operate.c863 my_setopt(curl, CURLOPT_HTTPPROXYTUNNEL, config->proxytunnel?1L:0L);

Completed in 389 milliseconds