Home | History | Annotate | Download | only in libevent

Lines Matching refs:event_base

116 static void*	evport_init(struct event_base *);
117 static int evport_add(struct event_base *, int fd, short old, short events, void *);
118 static int evport_del(struct event_base *, int fd, short old, short events, void *);
119 static int evport_dispatch(struct event_base *, struct timeval *);
120 static void evport_dealloc(struct event_base *);
139 evport_init(struct event_base *base)
262 evport_dispatch(struct event_base *base, struct timeval *tv)
375 evport_add(struct event_base *base, int fd, short old, short events, void *p)
409 evport_del(struct event_base *base, int fd, short old, short events, void *p)
462 evport_dealloc(struct event_base *base)