Home
last modified time | relevance | path

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

/src/contrib/libevent/include/event2/
H A Dhttp_struct.h75 #define EVHTTP_USER_OWNED 0x0004 macro
/src/contrib/ntp/sntp/libevent/include/event2/
H A Dhttp_struct.h75 #define EVHTTP_USER_OWNED 0x0004 macro
/src/contrib/libevent/
H A Dhttp.c718 if (!(req->flags & EVHTTP_USER_OWNED)) in evhttp_request_free_auto()
4069 req->flags |= EVHTTP_USER_OWNED; in evhttp_request_own()
4075 return (req->flags & EVHTTP_USER_OWNED) != 0; in evhttp_request_is_owned()
H A DChangeLog482 …o http: fix evhttp_request_own() by checking EVHTTP_USER_OWNED in more cases (b0d3964 Azat Khuzhin)
/src/contrib/ntp/sntp/libevent/
H A Dhttp.c718 if (!(req->flags & EVHTTP_USER_OWNED)) in evhttp_request_free_auto()
4069 req->flags |= EVHTTP_USER_OWNED; in evhttp_request_own()
4075 return (req->flags & EVHTTP_USER_OWNED) != 0; in evhttp_request_is_owned()
H A DChangeLog482 …o http: fix evhttp_request_own() by checking EVHTTP_USER_OWNED in more cases (b0d3964 Azat Khuzhin)