HomeSort by relevance Sort by last modified time
    Searched refs:proxytunnel (Results 1 - 6 of 6) sorted by null

  /external/curl/docs/cmdline-opts/
proxytunnel.d 1 Long: proxytunnel
  /external/curl/lib/
http.h 241 * @param proxytunnel boolean if this is the request setting up a "proxy
250 bool proxytunnel); /* TRUE if this is the request setting
http.c 664 * @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;
    [all...]
  /external/curl/src/
tool_cfgable.h 92 bool proxytunnel; member in struct:OperationConfig
tool_getparam.c 279 {"p", "proxytunnel", FALSE},
    [all...]
tool_operate.c 864 my_setopt(curl, CURLOPT_HTTPPROXYTUNNEL, config->proxytunnel?1L:0L);
    [all...]

Completed in 2145 milliseconds