Searched defs:tube (Results 1 - 2 of 2) sorted by relevance

/freebsd-11.0-release/contrib/unbound/util/
H A Dtube.h64 struct tube { struct
[all...]
H A Dtube.c58 struct tube* tube = (struct tube*)calloc(1, sizeof(*tube)); local
87 tube_delete(struct tube* tube) argument
99 tube_close_read(struct tube* tube) argument
107 tube_close_write(struct tube* tube) argument
115 tube_remove_bg_listen(struct tube* tube) argument
125 tube_remove_bg_write(struct tube* tube) argument
148 struct tube* tube = (struct tube*)arg; local
224 struct tube* tube = (struct tube*)arg; local
284 tube_write_msg(struct tube* tube, uint8_t* buf, uint32_t len, int nonblock) argument
326 tube_read_msg(struct tube* tube, uint8_t** buf, uint32_t* len, int nonblock) argument
406 tube_poll(struct tube* tube) argument
413 tube_wait(struct tube* tube) argument
418 tube_read_fd(struct tube* tube) argument
423 tube_setup_bg_listen(struct tube* tube, struct comm_base* base, tube_callback_t* cb, void* arg) argument
438 tube_setup_bg_write(struct tube* tube, struct comm_base* base) argument
450 tube_queue_item(struct tube* tube, uint8_t* msg, size_t len) argument
489 struct tube* tube = (struct tube*)calloc(1, sizeof(*tube)); local
509 tube_delete(struct tube* tube) argument
537 tube_remove_bg_listen(struct tube* tube) argument
543 tube_remove_bg_write(struct tube* tube) argument
559 tube_write_msg(struct tube* tube, uint8_t* buf, uint32_t len, int ATTR_UNUSED(nonblock)) argument
573 tube_read_msg(struct tube* tube, uint8_t** buf, uint32_t* len, int nonblock) argument
611 tube_poll(struct tube* tube) argument
622 tube_wait(struct tube* tube) argument
664 tube_setup_bg_listen(struct tube* tube, struct comm_base* base, tube_callback_t* cb, void* arg) argument
682 tube_queue_item(struct tube* tube, uint8_t* msg, size_t len) argument
712 struct tube* tube = (struct tube*)arg; local
[all...]

Completed in 98 milliseconds