Home
last modified time | relevance | path

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

/external/libevent/include/event2/
Dhttp_struct.h79 #define EVHTTP_REQ_NEEDS_FREE 0x0010 macro
/external/libevent/
Dhttp.c987 if ((req->flags & EVHTTP_REQ_NEEDS_FREE) != 0) { in evhttp_handle_chunked_read()
1110 if ((req->flags & EVHTTP_REQ_NEEDS_FREE) != 0) { in evhttp_read_body()
4036 req->flags |= EVHTTP_REQ_NEEDS_FREE; in evhttp_request_free()