Home | History | Annotate | Download | only in libevent

Lines Matching refs:event_base

79 static void *win32_init(struct event_base *);
80 static int win32_add(struct event_base *, evutil_socket_t, short old, short events, void *_idx);
81 static int win32_del(struct event_base *, evutil_socket_t, short old, short events, void *_idx);
82 static int win32_dispatch(struct event_base *base, struct timeval *);
83 static void win32_dealloc(struct event_base *);
144 do_fd_clear(struct event_base *base,
177 win32_init(struct event_base *_base)
214 win32_add(struct event_base *base, evutil_socket_t fd,
239 win32_del(struct event_base *base, evutil_socket_t fd, short old, short events,
274 win32_dispatch(struct event_base *base, struct timeval *tv)
358 win32_dealloc(struct event_base *_base)