Searched refs:tube (Results 1 - 11 of 11) sorted by relevance

/freebsd-10.2-release/contrib/unbound/util/
H A Dtube.c2 * util/tube.c - pipe service
42 #include "util/tube.h"
56 struct tube* tube_create(void)
58 struct tube* tube = (struct tube*)calloc(1, sizeof(*tube)); local
60 if(!tube) {
66 tube->sr = -1;
67 tube
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
127 tube_remove_bg_write(struct tube* tube) argument
150 struct tube* tube = (struct tube*)arg; local
226 struct tube* tube = (struct tube*)arg; local
286 tube_write_msg(struct tube* tube, uint8_t* buf, uint32_t len, int nonblock) argument
328 tube_read_msg(struct tube* tube, uint8_t** buf, uint32_t* len, int nonblock) argument
408 tube_poll(struct tube* tube) argument
415 tube_wait(struct tube* tube) argument
420 tube_read_fd(struct tube* tube) argument
425 tube_setup_bg_listen(struct tube* tube, struct comm_base* base, tube_callback_t* cb, void* arg) argument
440 tube_setup_bg_write(struct tube* tube, struct comm_base* base) argument
452 tube_queue_item(struct tube* tube, uint8_t* msg, size_t len) argument
491 struct tube* tube = (struct tube*)calloc(1, sizeof(*tube)); local
511 tube_delete(struct tube* tube) argument
539 tube_remove_bg_listen(struct tube* tube) argument
545 tube_remove_bg_write(struct tube* tube) argument
561 tube_write_msg(struct tube* tube, uint8_t* buf, uint32_t len, int ATTR_UNUSED(nonblock)) argument
575 tube_read_msg(struct tube* tube, uint8_t** buf, uint32_t* len, int nonblock) argument
613 tube_poll(struct tube* tube) argument
624 tube_wait(struct tube* tube) argument
666 tube_setup_bg_listen(struct tube* tube, struct comm_base* base, tube_callback_t* cb, void* arg) argument
684 tube_queue_item(struct tube* tube, uint8_t* msg, size_t len) argument
714 struct tube* tube = (struct tube*)arg; local
[all...]
H A Dtube.h2 * util/tube.h - pipe service
47 struct tube;
56 * void mycallback(tube, msg, len, error, user_argument);
59 typedef void tube_callback_t(struct tube*, uint8_t*, size_t, int, void*);
64 struct tube { struct
127 * @return: new tube struct or NULL on error.
129 struct tube* tube_create(void);
133 * @param tube: to delete
135 void tube_delete(struct tube* tube);
[all...]
/freebsd-10.2-release/contrib/unbound/libunbound/
H A Dworker.h50 struct tube;
85 void libworker_handle_control_cmd(struct tube* tube, uint8_t* msg, size_t len,
134 * @param tube: tube control message came on.
140 void worker_handle_control_cmd(struct tube* tube, uint8_t* msg, size_t len,
H A Dcontext.h50 struct tube;
66 struct tube* qq_pipe;
70 struct tube* rr_pipe;
H A Dlibworker.h59 struct tube;
H A Dlibworker.c70 #include "util/tube.h"
311 libworker_handle_control_cmd(struct tube* ATTR_UNUSED(tube),
901 void worker_handle_control_cmd(struct tube* ATTR_UNUSED(tube),
/freebsd-10.2-release/contrib/unbound/daemon/
H A Dworker.h62 struct tube;
89 struct tube* cmd;
H A Dworker.c67 #include "util/tube.h"
349 worker_handle_control_cmd(struct tube* ATTR_UNUSED(tube), uint8_t* msg,
1407 void libworker_handle_control_cmd(struct tube* ATTR_UNUSED(tube),
/freebsd-10.2-release/contrib/unbound/smallapp/
H A Dworker_cb.c50 void worker_handle_control_cmd(struct tube* ATTR_UNUSED(tube),
162 void libworker_handle_control_cmd(struct tube* ATTR_UNUSED(tube),
/freebsd-10.2-release/lib/libunbound/
H A DMakefile24 sbuffer.c slabhash.c str2wire.c timehist.c tube.c val_anchor.c \
/freebsd-10.2-release/contrib/unbound/
H A DMakefile.in107 util/storage/lruhash.c util/storage/slabhash.c util/timehist.c util/tube.c \
120 slabhash.lo timehist.lo tube.lo winsock_event.lo autotrust.lo val_anchor.lo \
642 $(srcdir)/util/data/dname.h $(srcdir)/util/data/msgencode.h $(srcdir)/util/fptr_wlist.h $(srcdir)/util/tube.h \
688 $(srcdir)/util/netevent.h $(srcdir)/util/tube.h $(srcdir)/services/mesh.h $(srcdir)/services/modstack.h \
706 $(srcdir)/util/data/msgencode.h $(srcdir)/util/timehist.h $(srcdir)/util/fptr_wlist.h $(srcdir)/util/tube.h \
711 $(srcdir)/ldns/pkthdr.h $(srcdir)/ldns/rrdef.h $(srcdir)/util/fptr_wlist.h $(srcdir)/util/netevent.h $(srcdir)/util/tube.h \
724 $(srcdir)/util/tube.h $(srcdir)/services/mesh.h $(srcdir)/services/modstack.h $(srcdir)/ldns/sbuffer.h \
730 $(srcdir)/util/data/msgparse.h $(srcdir)/ldns/pkthdr.h $(srcdir)/ldns/rrdef.h $(srcdir)/util/tube.h \
737 $(srcdir)/util/netevent.h $(srcdir)/util/tube.h $(srcdir)/services/mesh.h $(srcdir)/util/rbtree.h \
747 $(srcdir)/util/data/msgparse.h $(srcdir)/ldns/pkthdr.h $(srcdir)/ldns/rrdef.h $(srcdir)/util/tube
[all...]

Completed in 85 milliseconds