Home
last modified time | relevance | path

Searched defs:Curl_dynhds_ccount_name (Results 1 - 2 of 2) sorted by relevance

/third_party/curl/tests/unit/
H A Dunit2602.c82 fail_unless(Curl_dynhds_ccount_name(&hds, "test2") == 1, "should"); variable
84 fail_unless(Curl_dynhds_ccount_name(&hds, "TEST2") == 1, "should"); variable
102 fail_unless(Curl_dynhds_ccount_name(&hds, "blablabla") == 2, "should"); variable
109 fail_unless(Curl_dynhds_ccount_name(&hds, "bLABlaBlA") == 0, "should"); variable
/third_party/curl/lib/
H A Ddynhds.c307 size_t Curl_dynhds_ccount_name(struct dynhds *dynhds, const char *name) in Curl_dynhds_ccount_name() function

Completed in 2 milliseconds