Lines Matching +defs:next +defs:command +defs:event
152 struct event event; member
161 struct event event; member
247 struct event event; member
299 struct tcp_handler_data *prev, *next; member
2263 udb_ptr t, next; in reload_process_tasks() local
3414 static void remaining_tcp_timeout(int ATTR_UNUSED(fd), short event, void* arg) in remaining_tcp_timeout()
3450 short event = p->event.ev_flags & (EV_READ|EV_WRITE); in service_remaining_tcp() local
3452 short event = p->event.ev_events & (EV_READ|EV_WRITE); in service_remaining_tcp() local
3719 handle_udp(int fd, short event, void* arg) in handle_udp()
3938 int fd, short event) in tcp_handler_setup_event()
4028 handle_tcp_reading(int fd, short event, void* arg) in handle_tcp_reading()
4307 handle_tcp_writing(int fd, short event, void* arg) in handle_tcp_writing()
4598 handle_tls_reading(int fd, short event, void* arg) in handle_tls_reading()
4869 handle_tls_writing(int fd, short event, void* arg) in handle_tls_writing()
5002 handle_slowaccept_timeout(int ATTR_UNUSED(fd), short ATTR_UNUSED(event), in handle_slowaccept_timeout()
5037 handle_tcp_accept(int fd, short event, void* arg) in handle_tcp_accept()
5214 send_children_command(struct nsd* nsd, sig_atomic_t command, int timeout) in send_children_command()