Home
last modified time | relevance | path

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

/external/libevent/include/event2/
Dhttp_struct.h75 #define EVHTTP_USER_OWNED 0x0004 macro
/external/libevent/
Dhttp.c822 if (con_outgoing && ((req->flags & EVHTTP_USER_OWNED) == 0)) { in evhttp_connection_done()
3548 req->flags |= EVHTTP_USER_OWNED; in evhttp_request_own()
3554 return (req->flags & EVHTTP_USER_OWNED) != 0; in evhttp_request_is_owned()