Lines Matching refs:ub_event
47 struct ub_event;
88 struct ub_event* ub_event_new(struct ub_event_base*,
91 struct ub_event* ub_signal_new(struct ub_event_base*, int fd,
94 struct ub_event* ub_winsock_register_wsaevent(struct ub_event_base*,
98 void ub_event_add_bits(struct ub_event*, short bits);
100 void ub_event_del_bits(struct ub_event*, short bits);
102 void ub_event_set_fd(struct ub_event*, int fd);
104 void ub_event_free(struct ub_event*);
106 int ub_event_add(struct ub_event*, struct timeval*);
108 int ub_event_del(struct ub_event*);
110 int ub_timer_add(struct ub_event*, struct ub_event_base*,
113 int ub_timer_del(struct ub_event*);
115 int ub_signal_add(struct ub_event*, struct timeval*);
117 int ub_signal_del(struct ub_event*);
119 void ub_winsock_unregister_wsaevent(struct ub_event* ev);
123 void ub_winsock_tcp_wouldblock(struct ub_event*, int bits);