Home
last modified time | relevance | path

Searched refs:comm_timer (Results 1 – 13 of 13) sorted by relevance

/src/contrib/unbound/util/
H A Dnetevent.h455 struct comm_timer { struct
792 struct comm_timer* comm_timer_create(struct comm_base* base,
799 void comm_timer_disable(struct comm_timer* timer);
806 void comm_timer_set(struct comm_timer* timer, struct timeval* tv);
812 void comm_timer_delete(struct comm_timer* timer);
819 int comm_timer_is_set(struct comm_timer* timer);
826 size_t comm_timer_get_mem(struct comm_timer* timer);
1095 struct comm_timer* timer;
H A Dmodule.h514 struct comm_timer* probe_timer;
619 struct comm_timer* timer;
H A Dnetevent.c176 struct comm_timer super;
6901 struct comm_timer*
6925 comm_timer_disable(struct comm_timer* timer)
6934 comm_timer_set(struct comm_timer* timer, struct timeval* tv)
6946 comm_timer_delete(struct comm_timer* timer)
6961 struct comm_timer* tm = (struct comm_timer*)arg;
6971 comm_timer_is_set(struct comm_timer* timer)
6977 comm_timer_get_mem(struct comm_timer* timer)
/src/contrib/unbound/validator/
H A Dvalidator.h54 struct comm_timer;
231 struct comm_timer* suspend_timer;
H A Dvalidator.c349 struct comm_timer* temp_timer; in val_restart()
/src/contrib/unbound/services/
H A Dauthzone.h60 struct comm_timer;
309 struct comm_timer* timer;
361 struct comm_timer* timer;
432 struct comm_timer* timer;
H A Doutside_network.h326 struct comm_timer* timer;
390 struct comm_timer* timer;
527 struct comm_timer* timer;
/src/contrib/unbound/daemon/
H A Dworker.h116 struct comm_timer* stat_timer;
/src/contrib/unbound/dnstap/
H A Ddtstream.h80 struct comm_timer* wakeup_timer;
/src/contrib/unbound/testcode/
H A Dfake_event.c1509 size_t comm_timer_get_mem(struct comm_timer* ATTR_UNUSED(timer)) in comm_timer_get_mem()
1657 struct comm_timer* comm_timer_create(struct comm_base* base, in comm_timer_create()
1670 return (struct comm_timer*)t; in comm_timer_create()
1673 void comm_timer_disable(struct comm_timer* timer) in comm_timer_disable()
1680 void comm_timer_set(struct comm_timer* timer, struct timeval* tv) in comm_timer_set()
1690 int comm_timer_is_set(struct comm_timer* timer) in comm_timer_is_set()
1696 void comm_timer_delete(struct comm_timer* timer) in comm_timer_delete()
/src/contrib/unbound/winrc/
H A Dwin_svc.c72 static struct comm_timer* service_cron = NULL;
/src/contrib/unbound/pythonmod/
H A Dinterface.i753 struct comm_timer* probe_timer;
/src/contrib/unbound/doc/
H A DChangelog12871 - comm_timer object and events.