Home
last modified time | relevance | path

Searched refs:proxyheaders (Results 1 – 7 of 7) sorted by relevance

/third_party/curl/src/
Dtool_cfgable.h201 struct curl_slist *proxyheaders; member
Dtool_cfgable.c156 curl_slist_free_all(config->proxyheaders); in free_config_fields()
Dtool_getparam.c2219 err = add2list(&config->proxyheaders, h); in getparameter()
2236 err = add2list(&config->proxyheaders, nextarg); in getparameter()
Dtool_operate.c1677 if(config->proxyheaders) { in single_transfer()
1678 my_setopt_slist(curl, CURLOPT_PROXYHEADER, config->proxyheaders); in single_transfer()
/third_party/curl/lib/
Dhttp.c276 data->set.proxyheaders : data->set.headers; in Curl_checkProxyheaders()
1790 h[1] = data->set.proxyheaders; in Curl_dynhds_add_custom()
1796 h[0] = data->set.proxyheaders; in Curl_dynhds_add_custom()
1937 h[1] = data->set.proxyheaders; in Curl_add_custom_headers()
1943 h[0] = data->set.proxyheaders; in Curl_add_custom_headers()
Durldata.h1727 struct curl_slist *proxyheaders; /* linked list of extra CONNECT headers */ member
Dsetopt.c731 data->set.proxyheaders = va_arg(param, struct curl_slist *); in Curl_vsetopt()