Searched refs:EVHTTP_USER_OWNED (Results 1 – 2 of 2) sorted by relevance
75 #define EVHTTP_USER_OWNED 0x0004 macro
822 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()