Searched refs:Curl_dynhds_get (Results 1 - 4 of 4) sorted by relevance
/third_party/curl/tests/unit/ |
H A D | unit2602.c | 79 fail_if(Curl_dynhds_get(&hds, "test1", 4), "false positive"); variable 80 fail_unless(Curl_dynhds_get(&hds, "test1", 5), "false negative"); variable
|
/third_party/curl/lib/ |
H A D | dynhds.c | 147 struct dynhds_entry *Curl_dynhds_get(struct dynhds *dynhds, const char *name, in Curl_dynhds_get() function 162 return Curl_dynhds_get(dynhds, name, strlen(name)); in Curl_dynhds_cget() 284 return !!Curl_dynhds_get(dynhds, name, namelen); in Curl_dynhds_contains()
|
H A D | dynhds.h | 94 struct dynhds_entry *Curl_dynhds_get(struct dynhds *dynhds,
|
H A D | http.c | 4869 e = Curl_dynhds_get(&req->headers, STRCONST("Host")); in Curl_http_req_to_h2()
|
Completed in 7 milliseconds