Home | History | Annotate | Download | only in libevent

Lines Matching full:event_base

83 static void *win32_init(struct event_base *);
84 static int win32_add(struct event_base *, evutil_socket_t, short old, short events, void *idx_);
85 static int win32_del(struct event_base *, evutil_socket_t, short old, short events, void *idx_);
86 static int win32_dispatch(struct event_base *base, struct timeval *);
87 static void win32_dealloc(struct event_base *);
148 do_fd_clear(struct event_base *base,
181 win32_init(struct event_base *base)
220 win32_add(struct event_base *base, evutil_socket_t fd,
245 win32_del(struct event_base *base, evutil_socket_t fd, short old, short events,
280 win32_dispatch(struct event_base *base, struct timeval *tv)
367 win32_dealloc(struct event_base *base)