/openbsd-src/usr.sbin/unbound/util/ |
H A D | tube.c | 62 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 D | tube.h | 63 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 D | tube.c | 62 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 D | tube.h | 63 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 D | poll.c | 59 int tube[2]; in main() local
|
/openbsd-src/usr.sbin/unbound/smallapp/ |
H A D | worker_cb.c | 53 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 D | libworker.c | 311 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 D | libworker.c | 311 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 D | worker.c | 373 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 D | unbound-dnstap-socket.c | 1386 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
|