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

/freebsd-11-stable/contrib/unbound/dnstap/
H A Ddnstap.h48 struct dt_io_thread* dtio; member in struct:dt_env
H A Ddtstream.h78 struct dt_io_thread* dtio; member in struct:dt_msg_queue
[all...]
H A Ddtstream.c149 static void dtio_wakeup(struct dt_io_thread* dtio) argument
295 struct dt_io_thread* dtio = calloc(1, sizeof(*dtio)); local
302 dt_io_thread_delete(struct dt_io_thread* dtio) argument
326 dt_io_thread_apply_cfg(struct dt_io_thread* dtio, struct config_file *cfg) argument
443 dt_io_thread_register_queue(struct dt_io_thread* dtio, struct dt_msg_queue* mq) argument
458 dt_io_thread_unregister_queue(struct dt_io_thread* dtio, struct dt_msg_queue* mq) argument
506 dtio_find_in_queue(struct dt_io_thread* dtio, struct dt_msg_queue* mq) argument
522 dtio_find_msg(struct dt_io_thread* dtio) argument
555 struct dt_io_thread* dtio = (struct dt_io_thread*)arg; local
571 dtio_reconnect_enable(struct dt_io_thread* dtio) argument
604 dtio_reconnect_del(struct dt_io_thread* dtio) argument
614 dtio_reconnect_clear(struct dt_io_thread* dtio) argument
621 dtio_reconnect_slow(struct dt_io_thread* dtio, int msec) argument
629 dtio_cur_msg_free(struct dt_io_thread* dtio) argument
653 dtio_del_output_event(struct dt_io_thread* dtio) argument
663 dtio_close_fd(struct dt_io_thread* dtio) argument
670 dtio_close_output(struct dt_io_thread* dtio) argument
701 dtio_check_nb_connect(struct dt_io_thread* dtio) argument
753 dtio_write_ssl(struct dt_io_thread* dtio, uint8_t* buf, size_t len) argument
796 dtio_write_buf(struct dt_io_thread* dtio, uint8_t* buf, size_t len) argument
830 dtio_write_with_writev(struct dt_io_thread* dtio) argument
877 dtio_write_more_of_len(struct dt_io_thread* dtio) argument
910 dtio_write_more_of_data(struct dt_io_thread* dtio) argument
935 dtio_write_more(struct dt_io_thread* dtio) argument
950 receive_bytes(struct dt_io_thread* dtio, void* buf, size_t len) argument
994 ssl_read_bytes(struct dt_io_thread* dtio, void* buf, size_t len) argument
1038 dtio_check_close(struct dt_io_thread* dtio) argument
1066 dtio_read_accept_frame(struct dt_io_thread* dtio) argument
1204 dtio_add_output_event_read(struct dt_io_thread* dtio) argument
1228 dtio_add_output_event_write(struct dt_io_thread* dtio) argument
1252 dtio_sleep(struct dt_io_thread* dtio) argument
1261 dtio_enable_brief_read(struct dt_io_thread* dtio) argument
1279 dtio_disable_brief_read(struct dt_io_thread* dtio) argument
1297 dtio_enable_brief_write(struct dt_io_thread* dtio) argument
1306 dtio_disable_brief_write(struct dt_io_thread* dtio) argument
1315 dtio_ssl_check_peer(struct dt_io_thread* dtio) argument
1368 dtio_ssl_handshake(struct dt_io_thread* dtio, struct stop_flush_info* info) argument
1461 struct dt_io_thread* dtio = (struct dt_io_thread*)arg; local
1539 struct dt_io_thread* dtio = (struct dt_io_thread*)arg; local
1586 dtio_setup_base(struct dt_io_thread* dtio, time_t* secs, struct timeval* now) argument
1598 dtio_setup_cmd(struct dt_io_thread* dtio) argument
1614 dtio_setup_reconnect(struct dt_io_thread* dtio) argument
1635 struct dt_io_thread* dtio; member in struct:stop_flush_info
1659 struct dt_io_thread* dtio = info->dtio; local
1695 struct dt_io_thread* dtio = info->dtio; local
1760 dtio_control_stop_flush(struct dt_io_thread* dtio) argument
1851 dtio_desetup(struct dt_io_thread* dtio) argument
1873 dtio_control_start_send(struct dt_io_thread* dtio) argument
1892 dtio_control_ready_send(struct dt_io_thread* dtio) argument
1911 dtio_open_output_local(struct dt_io_thread* dtio) argument
1951 dtio_open_output_tcp(struct dt_io_thread* dtio) argument
1999 dtio_setup_ssl(struct dt_io_thread* dtio) argument
2014 dtio_open_output(struct dt_io_thread* dtio) argument
2075 dtio_setup_on_base(struct dt_io_thread* dtio) argument
2088 struct dt_io_thread* dtio = (struct dt_io_thread*)arg; local
2111 dt_io_thread_start(struct dt_io_thread* dtio, void* event_base_nothr, int numworkers) argument
2141 dt_io_thread_stop(struct dt_io_thread* dtio) argument
[all...]

Completed in 79 milliseconds