Home
last modified time | relevance | path

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

/curl/src/
H A Dtool_cfgable.h205 struct curl_slist *proxyheaders; member
H A Dtool_cfgable.c161 curl_slist_free_all(config->proxyheaders); in free_config_fields()
H A Dtool_getparam.c2222 err = add2list(&config->proxyheaders, h); in getparameter()
2237 err = add2list(&config->proxyheaders, nextarg); in getparameter()
H A Dtool_operate.c1093 if(config->proxyheaders) { in config2setopts()
1094 my_setopt_slist(curl, CURLOPT_PROXYHEADER, config->proxyheaders); in config2setopts()
/curl/lib/
H A Dhttp.c201 data->set.proxyheaders : data->set.headers; in Curl_checkProxyheaders()
1274 h[1] = data->set.proxyheaders; in Curl_dynhds_add_custom()
1280 h[0] = data->set.proxyheaders; in Curl_dynhds_add_custom()
1421 h[1] = data->set.proxyheaders; in Curl_add_custom_headers()
1427 h[0] = data->set.proxyheaders; in Curl_add_custom_headers()
H A Durldata.h1658 struct curl_slist *proxyheaders; /* linked list of extra CONNECT headers */ member
H A Dsetopt.c1437 data->set.proxyheaders = slist; in setopt_slist()

Completed in 45 milliseconds