Searched refs:proxyheaders (Results 1 – 7 of 7) sorted by relevance
205 struct curl_slist *proxyheaders; member
161 curl_slist_free_all(config->proxyheaders); in free_config_fields()
2222 err = add2list(&config->proxyheaders, h); in getparameter()2237 err = add2list(&config->proxyheaders, nextarg); in getparameter()
1093 if(config->proxyheaders) { in config2setopts()1094 my_setopt_slist(curl, CURLOPT_PROXYHEADER, config->proxyheaders); in config2setopts()
201 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()
1658 struct curl_slist *proxyheaders; /* linked list of extra CONNECT headers */ member
1437 data->set.proxyheaders = slist; in setopt_slist()
Completed in 45 milliseconds