Home
last modified time | relevance | path

Searched refs:EVHTTP_CON_PUBLIC_FLAGS_END (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/external/bsd/libevent/dist/
H A Dhttp-internal.h76 #define EVHTTP_CON_AUTOFREE EVHTTP_CON_PUBLIC_FLAGS_END
H A Dhttp.c2478 if (flags & ~avail_flags || flags > EVHTTP_CON_PUBLIC_FLAGS_END) in evhttp_connection_set_flags()
/netbsd-src/external/bsd/libevent/dist/include/event2/
H A Dhttp.h666 #define EVHTTP_CON_PUBLIC_FLAGS_END 0x100000 macro