Home
last modified time | relevance | path

Searched refs:comm_timer_disable (Results 1 – 5 of 5) sorted by relevance

/src/contrib/unbound/util/
H A Dnetevent.h799 void comm_timer_disable(struct comm_timer* timer);
H A Dnetevent.c2201 comm_timer_disable(c->doq_socket->timer);
6925 comm_timer_disable(struct comm_timer* timer) function
6938 comm_timer_disable(timer);
6950 comm_timer_disable(timer);
/src/contrib/unbound/services/
H A Doutside_network.c983 comm_timer_disable(w->timer);
1546 comm_timer_disable(p->timer);
H A Dauthzone.c6191 comm_timer_disable(xfr->task_transfer->timer); in auth_xfer_transfer_tcp_callback()
6273 comm_timer_disable(xfr->task_transfer->timer); in auth_xfer_transfer_http_callback()
6526 comm_timer_disable(xfr->task_probe->timer); in auth_xfer_probe_udp_callback()
/src/contrib/unbound/testcode/
H A Dfake_event.c1673 void comm_timer_disable(struct comm_timer* timer) in comm_timer_disable() function