| /trueos/contrib/unbound/util/ |
| HD | tube.c | 56 struct tube* tube_create(void) in tube_create() 58 struct tube* tube = (struct tube*)calloc(1, sizeof(*tube)); in tube_create() local 60 if(!tube) { in tube_create() 66 tube->sr = -1; in tube_create() 67 tube->sw = -1; in tube_create() 71 free(tube); in tube_create() 75 tube->sr = sv[0]; in tube_create() 76 tube->sw = sv[1]; in tube_create() 77 if(!fd_set_nonblock(tube->sr) || !fd_set_nonblock(tube->sw)) { in tube_create() 80 tube_delete(tube); in tube_create() [all …]
|
| HD | tube.h | 47 struct tube; 59 typedef void tube_callback_t(struct tube*, uint8_t*, size_t, int, void*); 64 struct tube { struct 129 struct tube* tube_create(void); 135 void tube_delete(struct tube* tube); 154 int tube_write_msg(struct tube* tube, uint8_t* buf, uint32_t len, 174 int tube_read_msg(struct tube* tube, uint8_t** buf, uint32_t* len, 182 void tube_close_read(struct tube* tube); 189 void tube_close_write(struct tube* tube); 197 int tube_poll(struct tube* tube); [all …]
|
| /trueos/contrib/unbound/libunbound/ |
| HD | worker.h | 50 struct tube; 83 void libworker_handle_control_cmd(struct tube* tube, uint8_t* msg, size_t len, 136 void worker_handle_control_cmd(struct tube* tube, uint8_t* msg, size_t len,
|
| HD | context.h | 50 struct tube; 66 struct tube* qq_pipe; 70 struct tube* rr_pipe;
|
| HD | libworker.h | 59 struct tube;
|
| HD | libworker.c | 311 libworker_handle_control_cmd(struct tube* ATTR_UNUSED(tube), in libworker_handle_control_cmd() argument 900 void worker_handle_control_cmd(struct tube* ATTR_UNUSED(tube), in worker_handle_control_cmd() argument
|
| /trueos/contrib/unbound/smallapp/ |
| HD | worker_cb.c | 50 void worker_handle_control_cmd(struct tube* ATTR_UNUSED(tube), in worker_handle_control_cmd() argument 162 void libworker_handle_control_cmd(struct tube* ATTR_UNUSED(tube), in libworker_handle_control_cmd() argument
|
| /trueos/contrib/unbound/daemon/ |
| HD | worker.h | 61 struct tube; 88 struct tube* cmd;
|
| HD | worker.c | 349 worker_handle_control_cmd(struct tube* ATTR_UNUSED(tube), uint8_t* msg, in worker_handle_control_cmd() argument 1376 void libworker_handle_control_cmd(struct tube* ATTR_UNUSED(tube), in libworker_handle_control_cmd() argument
|
| /trueos/lib/libunbound/ |
| HD | Makefile | 24 sbuffer.c slabhash.c str2wire.c timehist.c tube.c val_anchor.c \
|
| /trueos/contrib/tcsh/nls/french/ |
| HD | set1 | 57 54 Impossible de créer un tube
|
| /trueos/share/dict/ |
| HD | web2a | 251 acorn tube 6101 blasting tube 6147 blinker tube 6419 blowing tube 6828 boiler tube 6915 bomb tube 7175 boring tube 8375 bubble tube 9327 calyx tube 9500 candle tube [all …]
|
| HD | web2 | 208727 tube
|
| /trueos/contrib/unbound/ |
| HD | Makefile.in | 104 util/storage/lruhash.c util/storage/slabhash.c util/timehist.c util/tube.c \ 117 slabhash.lo timehist.lo tube.lo winsock_event.lo autotrust.lo val_anchor.lo \
|
| /trueos/games/fortune/datfiles/ |
| HD | gerrold.limerick | 297 with a tube made of glass,
|
| HD | zippy | 102 your void tube of UHF oblivion!! SAFEWAY of the mind ...
|
| HD | murphy | 56 A $300.00 picture tube will protect a 10c fuse by blowing
|
| HD | fortunes | 525 I sprang from my tube to see what was the matter. 12411 intelligence. See also "vacuum tube". 14068 sometimes you have to squeeze a little to get the paste out of the tube. 36001 Once the toothpaste is out of the tube, it's hard to get it back in. 43267 Test-tube babies shouldn't throw stones. 48280 gases he inserted a tube into that end of the animal not capable of facial
|
| /trueos/contrib/tcsh/ |
| HD | complete.tcsh | 694 tube turtle vines voters wator wire world worm xjack \
|
| /trueos/contrib/unbound/doc/ |
| HD | Changelog | 3240 - created tube signaling solution on windows, as a pipe replacement. 3247 - moved pipe actions to util/tube.c. easier porting and shared code. 3259 - trunk work on tube.c.
|
| /trueos/sys/arm/conf/ |
| HD | mach-types | 2925 tube MACH_TUBE TUBE 2953
|