Searched refs:EVHTTP_USER_OWNED (Results 1 - 4 of 4) sorted by relevance

/freebsd-12-stable/contrib/ntp/sntp/libevent/include/event2/
H A Dhttp_struct.h75 #define EVHTTP_USER_OWNED 0x0004 macro
/freebsd-12-stable/contrib/libevent/include/event2/
H A Dhttp_struct.h75 #define EVHTTP_USER_OWNED 0x0004 macro
/freebsd-12-stable/contrib/ntp/sntp/libevent/
H A Dhttp.c826 if (con_outgoing && ((req->flags & EVHTTP_USER_OWNED) == 0)) {
3846 req->flags |= EVHTTP_USER_OWNED;
3852 return (req->flags & EVHTTP_USER_OWNED) != 0;
/freebsd-12-stable/contrib/libevent/
H A Dhttp.c706 if (!(req->flags & EVHTTP_USER_OWNED))
4009 req->flags |= EVHTTP_USER_OWNED;
4015 return (req->flags & EVHTTP_USER_OWNED) != 0;

Completed in 137 milliseconds