Home | History | Annotate | Download | only in libevent

Lines Matching defs:strncasecmp

94 #define strncasecmp _strnicmp
418 && strncasecmp(connection, "keep-alive", 10) == 0);
555 if (strncasecmp(url, HTTP_PREFIX, len))