Home
last modified time | relevance | path

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

/external/libevent/include/event2/
Dhttp_struct.h77 #define EVHTTP_REQ_DEFER_FREE 0x0008 macro
/external/libevent/
Dhttp.c982 req->flags |= EVHTTP_REQ_DEFER_FREE; in evhttp_handle_chunked_read()
986 req->flags &= ~EVHTTP_REQ_DEFER_FREE; in evhttp_handle_chunked_read()
1105 req->flags |= EVHTTP_REQ_DEFER_FREE; in evhttp_read_body()
1107 req->flags &= ~EVHTTP_REQ_DEFER_FREE; in evhttp_read_body()
4035 if ((req->flags & EVHTTP_REQ_DEFER_FREE) != 0) { in evhttp_request_free()