ub_event
struct ub_event* (*new_signal)(struct ub_event_base*, int fd,
struct ub_event* (*winsock_register_wsaevent)(struct ub_event_base*,
void (*add_bits)(struct ub_event*, short);
void (*del_bits)(struct ub_event*, short);
void (*set_fd)(struct ub_event*, int);
void (*free)(struct ub_event*);
int (*add)(struct ub_event*, struct timeval*);
int (*del)(struct ub_event*);
int (*add_timer)(struct ub_event*, struct ub_event_base*,
int (*del_timer)(struct ub_event*);
int (*add_signal)(struct ub_event*, struct timeval*);
int (*del_signal)(struct ub_event*);
void (*winsock_unregister_wsaevent)(struct ub_event* ev);
void (*winsock_tcp_wouldblock)(struct ub_event*, int eventbit);
struct ub_event;
struct ub_event* (*new_event)(struct ub_event_base*,
struct ub_event* ev;
struct ub_event* slow_accept;
struct ub_event* ev;
struct ub_event* ev;
ub_winsock_tcp_wouldblock((struct ub_event*)
ub_winsock_tcp_wouldblock((struct ub_event*)
struct ub_event* comm_point_internal(struct comm_point* c)
struct ub_event* comm_point_internal(struct comm_point* c);
struct ub_event* ev_listen;
void ub_event_del_bits(struct ub_event*, short bits);
void ub_event_set_fd(struct ub_event*, int fd);
void ub_event_free(struct ub_event*);
int ub_event_add(struct ub_event*, struct timeval*);
int ub_event_del(struct ub_event*);
int ub_timer_add(struct ub_event*, struct ub_event_base*,
int ub_timer_del(struct ub_event*);
int ub_signal_add(struct ub_event*, struct timeval*);
int ub_signal_del(struct ub_event*);
void ub_winsock_unregister_wsaevent(struct ub_event* ev);
void ub_winsock_tcp_wouldblock(struct ub_event*, int bits);
struct ub_event;
struct ub_event* ub_event_new(struct ub_event_base*,
struct ub_event* ub_signal_new(struct ub_event_base*, int fd,
struct ub_event* ub_winsock_register_wsaevent(struct ub_event_base*,
void ub_event_add_bits(struct ub_event*, short bits);
struct ub_event super;
my_event_add_bits(struct ub_event* ev, short bits)
my_event_del_bits(struct ub_event* ev, short bits)
my_event_set_fd(struct ub_event* ev, int fd)
my_event_free(struct ub_event* ev)
my_event_add(struct ub_event* ev, struct timeval* tv)
my_event_del(struct ub_event* ev)
my_timer_add(struct ub_event* ev, struct ub_event_base* base,
my_timer_del(struct ub_event* ev)
my_signal_add(struct ub_event* ev, struct timeval* tv)
my_signal_del(struct ub_event* ev)
my_winsock_unregister_wsaevent(struct ub_event* ev)
my_winsock_tcp_wouldblock(struct ub_event* ev, int eventbits)
static struct ub_event*
static struct ub_event*
static struct ub_event*
struct ub_event*
struct ub_event*
struct ub_event*
ub_event_add_bits(struct ub_event* ev, short bits)
ub_event_del_bits(struct ub_event* ev, short bits)
ub_event_set_fd(struct ub_event* ev, int fd)
ub_event_free(struct ub_event* ev)
ub_event_add(struct ub_event* ev, struct timeval* tv)
ub_event_del(struct ub_event* ev)
ub_timer_add(struct ub_event* ev, struct ub_event_base* base,
ub_timer_del(struct ub_event* ev)
ub_signal_add(struct ub_event* ev, struct timeval* tv)
ub_signal_del(struct ub_event* ev)
ub_winsock_unregister_wsaevent(struct ub_event* ev)
ub_winsock_tcp_wouldblock(struct ub_event* ev, int eventbits)
struct ub_event* cmdev;
struct ub_event* timer, *stopev;
struct ub_event* ev;
struct ub_event* ev;
struct ub_event *ev;
struct ub_event* (*new_signal)(struct ub_event_base*, int fd,
struct ub_event* (*winsock_register_wsaevent)(struct ub_event_base*,
void (*add_bits)(struct ub_event*, short);
void (*del_bits)(struct ub_event*, short);
void (*set_fd)(struct ub_event*, int);
void (*free)(struct ub_event*);
int (*add)(struct ub_event*, struct timeval*);
int (*del)(struct ub_event*);
int (*add_timer)(struct ub_event*, struct ub_event_base*,
int (*del_timer)(struct ub_event*);
int (*add_signal)(struct ub_event*, struct timeval*);
int (*del_signal)(struct ub_event*);
void (*winsock_unregister_wsaevent)(struct ub_event* ev);
void (*winsock_tcp_wouldblock)(struct ub_event*, int eventbit);
struct ub_event;
struct ub_event* (*new_event)(struct ub_event_base*,
struct ub_event* ev;
struct ub_event* expire_timer;
struct ub_event* ev;
struct ub_event* slow_accept;
struct ub_event* ev;
struct ub_event* ev;
ub_winsock_tcp_wouldblock((struct ub_event*)
ub_winsock_tcp_wouldblock((struct ub_event*)
struct ub_event* comm_point_internal(struct comm_point* c)
struct ub_event* comm_point_internal(struct comm_point* c);
struct ub_event* ev_listen;
#define AS_UB_EVENT(x) ((struct ub_event*)x)
struct ub_event*
struct ub_event*
struct ub_event*
ub_event_add_bits(struct ub_event* ev, short bits)
ub_event_del_bits(struct ub_event* ev, short bits)
ub_event_set_fd(struct ub_event* ev, int fd)
ub_event_free(struct ub_event* ev)
ub_event_add(struct ub_event* ev, struct timeval* tv)
ub_event_del(struct ub_event* ev)
ub_timer_add(struct ub_event* ev, struct ub_event_base* base,
ub_timer_del(struct ub_event* ev)
ub_signal_add(struct ub_event* ev, struct timeval* tv)
ub_signal_del(struct ub_event* ev)
ub_winsock_unregister_wsaevent(struct ub_event* ev)
ub_winsock_tcp_wouldblock(struct ub_event* ev, int eventbits)
void ub_event_del_bits(struct ub_event*, short bits);
void ub_event_set_fd(struct ub_event*, int fd);
void ub_event_free(struct ub_event*);
int ub_event_add(struct ub_event*, struct timeval*);
int ub_event_del(struct ub_event*);
int ub_timer_add(struct ub_event*, struct ub_event_base*,
int ub_timer_del(struct ub_event*);
int ub_signal_add(struct ub_event*, struct timeval*);
int ub_signal_del(struct ub_event*);
void ub_winsock_unregister_wsaevent(struct ub_event* ev);
void ub_winsock_tcp_wouldblock(struct ub_event*, int bits);
struct ub_event;
struct ub_event* ub_event_new(struct ub_event_base*,
struct ub_event* ub_signal_new(struct ub_event_base*, int fd,
struct ub_event* ub_winsock_register_wsaevent(struct ub_event_base*,
void ub_event_add_bits(struct ub_event*, short bits);
struct ub_event super;
my_event_add_bits(struct ub_event* ev, short bits)
my_event_del_bits(struct ub_event* ev, short bits)
my_event_set_fd(struct ub_event* ev, int fd)
my_event_free(struct ub_event* ev)
my_event_add(struct ub_event* ev, struct timeval* tv)
my_event_del(struct ub_event* ev)
my_timer_add(struct ub_event* ev, struct ub_event_base* base,
my_timer_del(struct ub_event* ev)
my_signal_add(struct ub_event* ev, struct timeval* tv)
my_signal_del(struct ub_event* ev)
my_winsock_unregister_wsaevent(struct ub_event* ev)
my_winsock_tcp_wouldblock(struct ub_event* ev, int eventbits)
static struct ub_event*
static struct ub_event*
static struct ub_event*
struct ub_event*
struct ub_event*
struct ub_event*
ub_event_add_bits(struct ub_event* ev, short bits)
ub_event_del_bits(struct ub_event* ev, short bits)
ub_event_set_fd(struct ub_event* ev, int fd)
ub_event_free(struct ub_event* ev)
ub_event_add(struct ub_event* ev, struct timeval* tv)
ub_event_del(struct ub_event* ev)
ub_timer_add(struct ub_event* ev, struct ub_event_base* base,
ub_timer_del(struct ub_event* ev)
ub_signal_add(struct ub_event* ev, struct timeval* tv)
ub_signal_del(struct ub_event* ev)
ub_winsock_unregister_wsaevent(struct ub_event* ev)
ub_winsock_tcp_wouldblock(struct ub_event* ev, int eventbits)