Home
last modified time | relevance | path

Searched refs:Curl_dynhds_h1_cadd_line (Results 1 - 4 of 4) sorted by relevance

/third_party/curl/tests/unit/
H A Dunit2602.c101 fail_if(Curl_dynhds_h1_cadd_line(&hds, "blablabla: thingies"), "add failed"); variable
106 result = Curl_dynhds_h1_cadd_line(&hds, "blablabla thingies");
125 result = Curl_dynhds_h1_cadd_line(&hds, " indented value");
129 fail_if(Curl_dynhds_h1_cadd_line(&hds, "ti1: val1"), "add"); variable
130 fail_if(Curl_dynhds_h1_cadd_line(&hds, " val2"), "add indent"); variable
131 fail_if(Curl_dynhds_h1_cadd_line(&hds, "ti2: val1"), "add"); variable
132 fail_if(Curl_dynhds_h1_cadd_line(&hds, "\tval2"), "add indent"); variable
133 fail_if(Curl_dynhds_h1_cadd_line(&hds, "ti3: val1"), "add"); variable
134 fail_if(Curl_dynhds_h1_cadd_line(&hds, " val2"), "add indent"); variable
/third_party/curl/lib/
H A Ddynhds.h158 CURLcode Curl_dynhds_h1_cadd_line(struct dynhds *dynhds, const char *line);
H A Dhttp_proxy.c128 result = Curl_dynhds_h1_cadd_line(&req->headers, in Curl_http_proxy_create_CONNECT()
H A Ddynhds.c273 CURLcode Curl_dynhds_h1_cadd_line(struct dynhds *dynhds, const char *line) in Curl_dynhds_h1_cadd_line() function

Completed in 2 milliseconds