Home
last modified time | relevance | path

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

/external/libevent/
Dhttp-internal.h75 #define EVHTTP_CON_AUTOFREE EVHTTP_CON_PUBLIC_FLAGS_END
Dhttp.c2474 if (flags & ~avail_flags || flags > EVHTTP_CON_PUBLIC_FLAGS_END) in evhttp_connection_set_flags()
/external/libevent/include/event2/
Dhttp.h665 #define EVHTTP_CON_PUBLIC_FLAGS_END 0x100000 macro