Home
last modified time | relevance | path

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

/third_party/curl/lib/
Ddynhds.h138 size_t Curl_dynhds_cremove(struct dynhds *dynhds, const char *name);
Ddynhds.c342 size_t Curl_dynhds_cremove(struct dynhds *dynhds, const char *name) in Curl_dynhds_cremove() function
/third_party/curl/tests/unit/
Dunit2602.c103 fail_unless(Curl_dynhds_cremove(&hds, "blablabla") == 2, "should");