Home
last modified time | relevance | path

Searched refs:checkfor (Results 1 - 1 of 1) sorted by relevance

/third_party/curl/src/
H A Dtool_paramhlp.c614 * inlist() returns true if the given 'checkfor' header is present in the
618 const char *checkfor) in inlist()
620 size_t thislen = strlen(checkfor); in inlist()
622 DEBUGASSERT(checkfor[thislen-1] != ':'); in inlist()
625 if(curl_strnequal(head->data, checkfor, thislen) && in inlist()
617 inlist(const struct curl_slist *head, const char *checkfor) inlist() argument

Completed in 2 milliseconds