Searched refs:m_strcasestr (Results 1 – 4 of 4) sorted by relevance
57 char DSOLOCAL *m_strcasestr(const char *haystack, const char *needle);
355 if ((transfer_encoding != NULL)&&(m_strcasestr(transfer_encoding, "chunked") != NULL)) {
287 charset=m_strcasestr(msr->r->content_type,"charset=");1037 if (ctype && (p = m_strcasestr(ctype, "charset=") , p != NULL)) {
833 char *m_strcasestr(const char *haystack, const char *needle) { in m_strcasestr() function