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

  /external/curl/src/
tool_cfgable.c 128 curl_slist_free_all(config->proxyheaders);
tool_cfgable.h 149 struct curl_slist *proxyheaders; member in struct:OperationConfig
tool_operate.c 949 if(config->proxyheaders) {
950 my_setopt_slist(curl, CURLOPT_PROXYHEADER, config->proxyheaders);
    [all...]
tool_getparam.c     [all...]
  /external/curl/lib/
http.c 209 data->set.proxyheaders : data->set.headers;
    [all...]
urldata.h 1545 struct curl_slist *proxyheaders; \/* linked list of extra CONNECT headers *\/ member in struct:UserDefined
    [all...]
url.c     [all...]

Completed in 42 milliseconds