Home
last modified time | relevance | path

Searched refs:evhttp_have_expect (Results 1 – 2 of 2) sorted by relevance

/external/libevent/
Dhttp.c586 static enum expect evhttp_have_expect(struct evhttp_request *req, int input) in evhttp_have_expect() function
627 if (evhttp_have_expect(req, 0) != CONTINUE && in evhttp_make_header()
2244 switch (evhttp_have_expect(req, 1)) { in evhttp_get_body()
DChangeLog471 o evhttp_have_expect(): fix -Wlogical-not-parentheses (24b5214 Azat Khuzhin)