eventop            78 third_party/libevent/devpoll.c const struct eventop devpollops = {
eventop            78 third_party/libevent/epoll.c const struct eventop epollops = {
eventop            50 third_party/libevent/event-internal.h 	const struct eventop *evsel;
eventop            60 third_party/libevent/event.c extern const struct eventop evportops;
eventop            63 third_party/libevent/event.c extern const struct eventop selectops;
eventop            66 third_party/libevent/event.c extern const struct eventop pollops;
eventop            69 third_party/libevent/event.c extern const struct eventop epollops;
eventop            72 third_party/libevent/event.c extern const struct eventop kqops;
eventop            75 third_party/libevent/event.c extern const struct eventop devpollops;
eventop            78 third_party/libevent/event.c extern const struct eventop win32ops;
eventop            82 third_party/libevent/event.c static const struct eventop *eventops[] = {
eventop           270 third_party/libevent/event.c 	const struct eventop *evsel = base->evsel;
eventop           467 third_party/libevent/event.c 	const struct eventop *evsel = base->evsel;
eventop           703 third_party/libevent/event.c 	const struct eventop *evsel = base->evsel;
eventop           124 third_party/libevent/evport.c const struct eventop evportops = {
eventop            88 third_party/libevent/kqueue.c const struct eventop kqops = {
eventop            74 third_party/libevent/poll.c const struct eventop pollops = {
eventop            87 third_party/libevent/select.c const struct eventop selectops = {