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

/freebsd-11-stable/contrib/unbound/util/
H A Dtube.c2 * util/tube.c - pipe service
42 #include "util/tube.h"
57 struct tube* tube_create(void)
59 struct tube* tube = (struct tube*)calloc(1, sizeof(*tube)); local
61 if(!tube) {
67 tube->sr = -1;
68 tube
88 tube_delete(struct tube* tube) argument
100 tube_close_read(struct tube* tube) argument
108 tube_close_write(struct tube* tube) argument
116 tube_remove_bg_listen(struct tube* tube) argument
126 tube_remove_bg_write(struct tube* tube) argument
149 struct tube* tube = (struct tube*)arg; local
225 struct tube* tube = (struct tube*)arg; local
285 tube_write_msg(struct tube* tube, uint8_t* buf, uint32_t len, int nonblock) argument
331 tube_read_msg(struct tube* tube, uint8_t** buf, uint32_t* len, int nonblock) argument
411 tube_poll(struct tube* tube) argument
418 tube_wait(struct tube* tube) argument
423 tube_read_fd(struct tube* tube) argument
428 tube_setup_bg_listen(struct tube* tube, struct comm_base* base, tube_callback_type* cb, void* arg) argument
443 tube_setup_bg_write(struct tube* tube, struct comm_base* base) argument
455 tube_queue_item(struct tube* tube, uint8_t* msg, size_t len) argument
495 struct tube* tube = (struct tube*)calloc(1, sizeof(*tube)); local
515 tube_delete(struct tube* tube) argument
543 tube_remove_bg_listen(struct tube* tube) argument
549 tube_remove_bg_write(struct tube* tube) argument
565 tube_write_msg(struct tube* tube, uint8_t* buf, uint32_t len, int ATTR_UNUSED(nonblock)) argument
579 tube_read_msg(struct tube* tube, uint8_t** buf, uint32_t* len, int nonblock) argument
617 tube_poll(struct tube* tube) argument
628 tube_wait(struct tube* tube) argument
670 tube_setup_bg_listen(struct tube* tube, struct comm_base* base, tube_callback_type* cb, void* arg) argument
689 tube_queue_item(struct tube* tube, uint8_t* msg, size_t len) argument
720 struct tube* tube = (struct tube*)arg; local
[all...]
H A Dtube.h2 * util/tube.h - pipe service
47 struct tube;
55 * void mycallback(tube, msg, len, error, user_argument);
58 typedef void tube_callback_type(struct tube*, uint8_t*, size_t, int, void*);
63 struct tube { struct
126 * @return: new tube struct or NULL on error.
128 struct tube* tube_create(void);
132 * @param tube: to delete
134 void tube_delete(struct tube* tube);
[all...]
/freebsd-11-stable/contrib/unbound/libunbound/
H A Dworker.h50 struct tube;
87 void libworker_handle_control_cmd(struct tube* tube, uint8_t* msg, size_t len,
136 * @param tube: tube control message came on.
142 void worker_handle_control_cmd(struct tube* tube, uint8_t* msg, size_t len,
H A Dcontext.h51 struct tube;
70 struct tube* qq_pipe;
74 struct tube* rr_pipe;
H A Dlibworker.h59 struct tube;
H A Dlibworker.c71 #include "util/tube.h"
322 libworker_handle_control_cmd(struct tube* ATTR_UNUSED(tube),
935 void worker_handle_control_cmd(struct tube* ATTR_UNUSED(tube),
/freebsd-11-stable/contrib/unbound/daemon/
H A Dworker.h62 struct tube;
90 struct tube* cmd;
H A Dworker.c69 #include "util/tube.h"
380 worker_handle_control_cmd(struct tube* ATTR_UNUSED(tube), uint8_t* msg,
2081 void libworker_handle_control_cmd(struct tube* ATTR_UNUSED(tube),
/freebsd-11-stable/contrib/unbound/smallapp/
H A Dworker_cb.c53 void worker_handle_control_cmd(struct tube* ATTR_UNUSED(tube),
165 void libworker_handle_control_cmd(struct tube* ATTR_UNUSED(tube),
/freebsd-11-stable/lib/libunbound/
H A DMakefile28 str2wire.c tcp_conn_limit.c timehist.c tube.c ub_event_pluggable.c \
/freebsd-11-stable/contrib/unbound/
H A DMakefile.in128 util/timehist.c util/tube.c \
145 slabhash.lo tcp_conn_limit.lo timehist.lo tube.lo winsock_event.lo \
722 $(srcdir)/util/fptr_wlist.h $(srcdir)/util/tube.h $(srcdir)/services/mesh.h $(srcdir)/util/rbtree.h \
745 $(srcdir)/util/data/dname.h $(srcdir)/util/data/msgencode.h $(srcdir)/util/fptr_wlist.h $(srcdir)/util/tube.h \
791 $(srcdir)/util/tube.h $(srcdir)/services/mesh.h $(srcdir)/services/modstack.h $(srcdir)/services/rpz.h \
806 $(srcdir)/util/fptr_wlist.h $(srcdir)/util/tube.h
825 $(srcdir)/util/data/msgencode.h $(srcdir)/util/fptr_wlist.h $(srcdir)/util/tube.h $(srcdir)/util/alloc.h \
831 $(srcdir)/dnscrypt/dnscrypt.h $(srcdir)/util/tube.h \
867 $(srcdir)/util/net_help.h $(srcdir)/util/random.h $(srcdir)/util/fptr_wlist.h $(srcdir)/util/tube.h \
877 $(srcdir)/util/data/msgparse.h $(srcdir)/sldns/pkthdr.h $(srcdir)/sldns/rrdef.h $(srcdir)/util/tube
[all...]
/freebsd-11-stable/contrib/unbound/dnstap/
H A Dunbound-dnstap-socket.c1355 struct tube;
1363 void worker_handle_control_cmd(struct tube* ATTR_UNUSED(tube),
1475 void libworker_handle_control_cmd(struct tube* ATTR_UNUSED(tube),

Completed in 241 milliseconds