Home
last modified time | relevance | path

Searched defs:tube (Results 1 – 10 of 10) sorted by relevance

/openbsd-src/usr.sbin/unbound/util/
H A Dtube.c62 struct tube* tube = (struct tube*)calloc(1, sizeof(*tube)); in tube_create() local
91 void tube_delete(struct tube* tube) in tube_delete()
103 void tube_close_read(struct tube* tube) in tube_close_read()
111 void tube_close_write(struct tube* tube) in tube_close_write()
119 void tube_remove_bg_listen(struct tube* tube) in tube_remove_bg_listen()
129 void tube_remove_bg_write(struct tube* tube) in tube_remove_bg_write()
152 struct tube* tube = (struct tube*)arg; in tube_handle_listen() local
228 struct tube* tube = (struct tube*)arg; in tube_handle_write() local
288 int tube_write_msg(struct tube* tube, uint8_t* buf, uint32_t len, in tube_write_msg()
334 int tube_read_msg(struct tube* tube, uint8_t** buf, uint32_t* len, in tube_read_msg()
[all …]
H A Dtube.h63 struct tube { struct
73 tube_callback_type* listen_cb; argument
89 struct tube_res_list* res_list; argument
91 struct tube_res_list* res_last; argument
/openbsd-src/sbin/unwind/libunbound/util/
H A Dtube.c62 struct tube* tube = (struct tube*)calloc(1, sizeof(*tube)); in tube_create() local
91 void tube_delete(struct tube* tube) in tube_delete()
103 void tube_close_read(struct tube* tube) in tube_close_read()
111 void tube_close_write(struct tube* tube) in tube_close_write()
119 void tube_remove_bg_listen(struct tube* tube) in tube_remove_bg_listen()
129 void tube_remove_bg_write(struct tube* tube) in tube_remove_bg_write()
152 struct tube* tube = (struct tube*)arg; in tube_handle_listen() local
228 struct tube* tube = (struct tube*)arg; in tube_handle_write() local
288 int tube_write_msg(struct tube* tube, uint8_t* buf, uint32_t len, in tube_write_msg()
334 int tube_read_msg(struct tube* tube, uint8_t** buf, uint32_t* len, in tube_read_msg()
[all …]
H A Dtube.h63 struct tube { struct
73 tube_callback_type* listen_cb; argument
89 struct tube_res_list* res_list; argument
91 struct tube_res_list* res_last; argument
/openbsd-src/regress/lib/libpthread/poll/
H A Dpoll.c59 int tube[2]; in main() local
/openbsd-src/usr.sbin/unbound/smallapp/
H A Dworker_cb.c53 void worker_handle_control_cmd(struct tube* ATTR_UNUSED(tube), in worker_handle_control_cmd()
153 void libworker_handle_control_cmd(struct tube* ATTR_UNUSED(tube), in libworker_handle_control_cmd()
/openbsd-src/sbin/unwind/libunbound/libunbound/
H A Dlibworker.c311 libworker_handle_control_cmd(struct tube * ATTR_UNUSED (tube),uint8_t * msg,size_t len,int err,void * arg) libworker_handle_control_cmd() argument
924 worker_handle_control_cmd(struct tube * ATTR_UNUSED (tube),uint8_t * ATTR_UNUSED (buffer),size_t ATTR_UNUSED (len),int ATTR_UNUSED (error),void * ATTR_UNUSED (arg)) worker_handle_control_cmd() argument
/openbsd-src/usr.sbin/unbound/libunbound/
H A Dlibworker.c311 libworker_handle_control_cmd(struct tube * ATTR_UNUSED (tube),uint8_t * msg,size_t len,int err,void * arg) libworker_handle_control_cmd() argument
924 worker_handle_control_cmd(struct tube * ATTR_UNUSED (tube),uint8_t * ATTR_UNUSED (buffer),size_t ATTR_UNUSED (len),int ATTR_UNUSED (error),void * ATTR_UNUSED (arg)) worker_handle_control_cmd() argument
/openbsd-src/usr.sbin/unbound/daemon/
H A Dworker.c373 worker_handle_control_cmd(struct tube * ATTR_UNUSED (tube),uint8_t * msg,size_t len,int error,void * arg) worker_handle_control_cmd() argument
2451 libworker_handle_control_cmd(struct tube * ATTR_UNUSED (tube),uint8_t * ATTR_UNUSED (buffer),size_t ATTR_UNUSED (len),int ATTR_UNUSED (error),void * ATTR_UNUSED (arg)) libworker_handle_control_cmd() argument
/openbsd-src/usr.sbin/unbound/dnstap/
H A Dunbound-dnstap-socket.c1386 worker_handle_control_cmd(struct tube * ATTR_UNUSED (tube),uint8_t * ATTR_UNUSED (buffer),size_t ATTR_UNUSED (len),int ATTR_UNUSED (error),void * ATTR_UNUSED (arg)) worker_handle_control_cmd() argument
1486 libworker_handle_control_cmd(struct tube * ATTR_UNUSED (tube),uint8_t * ATTR_UNUSED (buffer),size_t ATTR_UNUSED (len),int ATTR_UNUSED (error),void * ATTR_UNUSED (arg)) libworker_handle_control_cmd() argument