Home
last modified time | relevance | path

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

/external/libevent/
Dhttp.c477 return (connection == NULL || evutil_ascii_strcasecmp(connection, "keep-alive") != 0); in evhttp_is_connection_close()
480 return (connection != NULL && evutil_ascii_strcasecmp(connection, "close") == 0); in evhttp_is_connection_close()
1586 if (scheme && (!evutil_ascii_strcasecmp(scheme, "http") || in evhttp_parse_request_line()
1587 !evutil_ascii_strcasecmp(scheme, "https")) && in evhttp_parse_request_line()
1601 if (evutil_ascii_strcasecmp(header->key, key) == 0) in evhttp_find_header()
1634 if (evutil_ascii_strcasecmp(header->key, key) == 0) in evhttp_remove_header()
1861 evutil_ascii_strcasecmp(connection, "Close") != 0) { in evhttp_get_body_length()
1922 if (xfer_enc != NULL && evutil_ascii_strcasecmp(xfer_enc, "chunked") == 0) { in evhttp_get_body()
1945 if (!evutil_ascii_strcasecmp(expect, "100-continue")) { in evhttp_get_body()
2947 if (!evutil_ascii_strcasecmp(alias->alias, hostname)) { in evhttp_find_alias()
[all …]
Devutil.c2044 evutil_ascii_strcasecmp(const char *s1, const char *s2) in evutil_ascii_strcasecmp() function
Devdns.c1061 if (evutil_ascii_strcasecmp(tmp_name, cmp_name) == 0) \ in reply_parse()
4489 if (!evutil_ascii_strcasecmp(e->hostname, hostname)) in find_hosts_entry()
/external/libevent/include/event2/
Dutil.h497 int evutil_ascii_strcasecmp(const char *str1, const char *str2);