Home
last modified time | relevance | path

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

/curl/lib/
H A Dhttp.c1238 static bool hd_name_eq(const char *n1, size_t n1len, in hd_name_eq() function
1346 hd_name_eq(name, namelen, STRCONST("Host:"))) in Curl_dynhds_add_custom()
1350 hd_name_eq(name, namelen, STRCONST("Content-Type:"))) in Curl_dynhds_add_custom()
1354 hd_name_eq(name, namelen, STRCONST("Content-Type:"))) in Curl_dynhds_add_custom()
1359 hd_name_eq(name, namelen, STRCONST("Content-Length:"))) in Curl_dynhds_add_custom()
1364 hd_name_eq(name, namelen, STRCONST("Connection:"))) in Curl_dynhds_add_custom()
1367 hd_name_eq(name, namelen, STRCONST("Transfer-Encoding:"))) in Curl_dynhds_add_custom()
1370 else if((hd_name_eq(name, namelen, STRCONST("Authorization:")) || in Curl_dynhds_add_custom()
1371 hd_name_eq(name, namelen, STRCONST("Cookie:"))) && in Curl_dynhds_add_custom()

Completed in 23 milliseconds