Home
last modified time | relevance | path

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

/dports/www/mod_security/modsecurity-2.9.3/apache2/
H A Dmsc_util.h57 char DSOLOCAL *m_strcasestr(const char *haystack, const char *needle);
H A Dmodsecurity.c355 if ((transfer_encoding != NULL)&&(m_strcasestr(transfer_encoding, "chunked") != NULL)) {
H A Dmsc_crypt.c287 charset=m_strcasestr(msr->r->content_type,"charset=");
1037 if (ctype && (p = m_strcasestr(ctype, "charset=") , p != NULL)) {
H A Dmsc_util.c833 char *m_strcasestr(const char *haystack, const char *needle) { in m_strcasestr() function