Home
last modified time | relevance | path

Searched defs:dtio (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/unbound/dnstap/
H A Ddtstream.c149 static void dtio_wakeup(struct dt_io_thread* dtio) in dtio_wakeup()
306 struct dt_io_thread* dtio = calloc(1, sizeof(*dtio)); in dt_io_thread_create() local
313 void dt_io_thread_delete(struct dt_io_thread* dtio) in dt_io_thread_delete()
337 int dt_io_thread_apply_cfg(struct dt_io_thread* dtio, struct config_file *cfg) in dt_io_thread_apply_cfg()
454 int dt_io_thread_register_queue(struct dt_io_thread* dtio, in dt_io_thread_register_queue()
469 void dt_io_thread_unregister_queue(struct dt_io_thread* dtio, in dt_io_thread_unregister_queue()
517 static int dtio_find_in_queue(struct dt_io_thread* dtio, in dtio_find_in_queue()
533 static int dtio_find_msg(struct dt_io_thread* dtio) in dtio_find_msg()
566 struct dt_io_thread* dtio = (struct dt_io_thread*)arg; in dtio_reconnect_timeout_cb() local
582 static void dtio_reconnect_enable(struct dt_io_thread* dtio) in dtio_reconnect_enable()
[all …]
H A Ddnstap.h49 struct dt_io_thread* dtio; member
H A Ddtstream.h78 struct dt_io_thread* dtio; member