Searched defs:eventop (Results 1 – 3 of 3) sorted by relevance
/freebsd/contrib/ntp/sntp/libevent/ |
H A D | event-internal.h | 86 struct eventop { struct 88 const char *name; 94 void *(*init)(struct event_base *); 103 int (*add)(struct event_base *, evutil_socket_t fd, short old, short events, void *fdinfo); 105 int (*del)(struct event_base *, evutil_socket_t fd, short old, short events, void *fdinfo); 111 int (*dispatch)(struct event_base *, struct timeval *); 113 void (*dealloc)(struct event_base *); 116 int need_reinit; 119 enum event_method_feature features; 125 size_t fdinfo_len;
|
/freebsd/contrib/libevent/ |
H A D | event-internal.h | 86 struct eventop { struct 88 const char *name; 94 void *(*init)(struct event_base *); 103 int (*add)(struct event_base *, evutil_socket_t fd, short old, short events, void *fdinfo); 105 int (*del)(struct event_base *, evutil_socket_t fd, short old, short events, void *fdinfo); 111 int (*dispatch)(struct event_base *, struct timeval *); 113 void (*dealloc)(struct event_base *); 116 int need_reinit; 119 enum event_method_feature features; 125 size_t fdinfo_len;
|
/freebsd/contrib/pf/libevent/ |
H A D | event.h | 131 struct eventop { struct 132 char *name; 133 void *(*init)(void); 134 int (*add)(void *, struct event *); 135 int (*del)(void *, struct event *); 136 int (*recalc)(struct event_base *, void *, int); 137 int (*dispatch)(struct event_base *, void *, struct timeval *); 138 void (*dealloc)(void *);
|