Home
last modified time | relevance | path

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

/third_party/curl/lib/
Dhttp.c1754 static bool hd_name_eq(const char *n1, size_t n1len, in hd_name_eq() function
1862 hd_name_eq(name, namelen, STRCONST("Host:"))) in Curl_dynhds_add_custom()
1866 hd_name_eq(name, namelen, STRCONST("Content-Type:"))) in Curl_dynhds_add_custom()
1870 hd_name_eq(name, namelen, STRCONST("Content-Type:"))) in Curl_dynhds_add_custom()
1875 hd_name_eq(name, namelen, STRCONST("Content-Length:"))) in Curl_dynhds_add_custom()
1880 hd_name_eq(name, namelen, STRCONST("Connection:"))) in Curl_dynhds_add_custom()
1883 hd_name_eq(name, namelen, STRCONST("Transfer-Encoding:"))) in Curl_dynhds_add_custom()
1886 else if((hd_name_eq(name, namelen, STRCONST("Authorization:")) || in Curl_dynhds_add_custom()
1887 hd_name_eq(name, namelen, STRCONST("Cookie:"))) && in Curl_dynhds_add_custom()