Lines Matching +defs:event +defs:c

319 	uint8_t* c;  in fill_buffer_with_reply()  local
357 struct comm_point c; in answer_callback_from_entry() local
482 struct comm_point c; in fake_pending_callback() local
1371 void comm_point_start_listening(struct comm_point* ATTR_UNUSED(c), in comm_point_start_listening()
1377 void comm_point_stop_listening(struct comm_point* ATTR_UNUSED(c)) in comm_point_stop_listening()
1383 void comm_point_delete(struct comm_point* c) in comm_point_delete()
1405 size_t comm_point_get_mem(struct comm_point* ATTR_UNUSED(c)) in comm_point_get_mem()
1410 size_t serviced_get_mem(struct serviced_query* ATTR_UNUSED(c)) in serviced_get_mem()
1416 int outnet_udp_cb(struct comm_point* ATTR_UNUSED(c), in outnet_udp_cb()
1424 int outnet_tcp_cb(struct comm_point* ATTR_UNUSED(c), in outnet_tcp_cb()
1452 void comm_point_udp_callback(int ATTR_UNUSED(fd), short ATTR_UNUSED(event), in comm_point_udp_callback()
1459 short ATTR_UNUSED(event), void* ATTR_UNUSED(arg)) in comm_point_udp_ancil_callback()
1465 short ATTR_UNUSED(event), void* ATTR_UNUSED(arg)) in comm_point_tcp_accept_callback()
1471 short ATTR_UNUSED(event), void* ATTR_UNUSED(arg)) in comm_point_tcp_handle_callback()
1477 short ATTR_UNUSED(event), void* ATTR_UNUSED(arg)) in comm_timer_callback()
1483 short ATTR_UNUSED(event), void* ATTR_UNUSED(arg)) in comm_signal_callback()
1489 short ATTR_UNUSED(event), void* ATTR_UNUSED(arg)) in comm_point_http_handle_callback()
1495 short ATTR_UNUSED(event), void* ATTR_UNUSED(arg)) in comm_point_local_handle_callback()
1501 short ATTR_UNUSED(event), void* ATTR_UNUSED(arg)) in comm_point_raw_handle_callback()
1507 short ATTR_UNUSED(event), void* ATTR_UNUSED(arg)) in comm_base_handle_slow_accept()
1512 int serviced_udp_callback(struct comm_point* ATTR_UNUSED(c), in serviced_udp_callback()
1520 int serviced_tcp_callback(struct comm_point* ATTR_UNUSED(c), in serviced_tcp_callback()
1798 int comm_point_send_udp_msg(struct comm_point *c, sldns_buffer* packet, in comm_point_send_udp_msg()