Home
last modified time | relevance | path

Searched refs:Curl_dynhds_cadd (Results 1 – 4 of 4) sorted by relevance

/curl/tests/unit/
H A Dunit2602.c100 fail_if(Curl_dynhds_cadd(&hds, "blablabla", "thingies"), "add failed");
110 fail_if(Curl_dynhds_cadd(&hds, "Bla-Bla", "thingies"), "add failed");
/curl/lib/
H A Dhttp_proxy.c122 result = Curl_dynhds_cadd(&req->headers, "Host", authority); in Curl_http_proxy_create_CONNECT()
136 result = Curl_dynhds_cadd(&req->headers, "User-Agent", in Curl_http_proxy_create_CONNECT()
144 result = Curl_dynhds_cadd(&req->headers, "Proxy-Connection", "Keep-Alive"); in Curl_http_proxy_create_CONNECT()
H A Ddynhds.h154 CURLcode Curl_dynhds_cadd(struct dynhds *dynhds,
H A Ddynhds.c211 CURLcode Curl_dynhds_cadd(struct dynhds *dynhds, in Curl_dynhds_cadd() function

Completed in 10 milliseconds