Home
last modified time | relevance | path

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

/openbsd/sbin/unwind/libunbound/util/
H A Dnetevent.h736 void comm_timer_disable(struct comm_timer* timer);
H A Dnetevent.c4990 comm_timer_disable(struct comm_timer* timer) function
5003 comm_timer_disable(timer);
5015 comm_timer_disable(timer);
/openbsd/usr.sbin/unbound/util/
H A Dnetevent.h736 void comm_timer_disable(struct comm_timer* timer);
H A Dnetevent.c4990 comm_timer_disable(struct comm_timer* timer) function
5003 comm_timer_disable(timer);
5015 comm_timer_disable(timer);
/openbsd/sbin/unwind/libunbound/services/
H A Doutside_network.c968 comm_timer_disable(w->timer);
1531 comm_timer_disable(p->timer);
H A Dauthzone.c6170 comm_timer_disable(xfr->task_transfer->timer); in auth_xfer_transfer_tcp_callback()
6252 comm_timer_disable(xfr->task_transfer->timer); in auth_xfer_transfer_http_callback()
6505 comm_timer_disable(xfr->task_probe->timer); in auth_xfer_probe_udp_callback()
/openbsd/usr.sbin/unbound/services/
H A Doutside_network.c968 comm_timer_disable(w->timer);
1531 comm_timer_disable(p->timer);
H A Dauthzone.c6170 comm_timer_disable(xfr->task_transfer->timer); in auth_xfer_transfer_tcp_callback()
6252 comm_timer_disable(xfr->task_transfer->timer); in auth_xfer_transfer_http_callback()
6505 comm_timer_disable(xfr->task_probe->timer); in auth_xfer_probe_udp_callback()
/openbsd/usr.sbin/unbound/testcode/
H A Dfake_event.c1641 void comm_timer_disable(struct comm_timer* timer) in comm_timer_disable() function