HomeSort by relevance Sort by last modified time
    Searched refs:evutil_ascii_strncasecmp (Results 1 - 3 of 3) sorted by null

  /external/libevent/include/event2/
util.h 501 int evutil_ascii_strncasecmp(const char *str1, const char *str2, size_t n);
  /external/libevent/
evutil.c 2058 int evutil_ascii_strncasecmp(const char *s1, const char *s2, size_t n) function
    [all...]
http.c 490 && evutil_ascii_strncasecmp(connection, "keep-alive", 10) == 0);
    [all...]

Completed in 57 milliseconds