Home
last modified time | relevance | path

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

/minix/external/bsd/libevent/dist/include/event2/
H A Dhttp_struct.h79 #define EVHTTP_REQ_DEFER_FREE 0x0008 macro
/minix/external/bsd/libevent/dist/
H A Dhttp.c921 req->flags |= EVHTTP_REQ_DEFER_FREE; in evhttp_handle_chunked_read()
925 req->flags &= ~EVHTTP_REQ_DEFER_FREE; in evhttp_handle_chunked_read()
1017 req->flags |= EVHTTP_REQ_DEFER_FREE; in evhttp_read_body()
1019 req->flags &= ~EVHTTP_REQ_DEFER_FREE; in evhttp_read_body()
3517 if ((req->flags & EVHTTP_REQ_DEFER_FREE) != 0) { in evhttp_request_free()