Searched refs:timed_write (Results 1 – 8 of 8) sorted by relevance
| /netbsd-src/external/ibm-public/postfix/dist/src/util/ |
| H A D | timed_write.c | 62 ssize_t timed_write(int fd, const void *buf, size_t len, in timed_write() function
|
| H A D | iostuff.h | 27 extern ssize_t timed_write(int, const void *, size_t, int, void *);
|
| H A D | vstream.c | 568 }, STDIN_FILENO, (VSTREAM_RW_FN) timed_read, (VSTREAM_RW_FN) timed_write, 574 }, STDOUT_FILENO, (VSTREAM_RW_FN) timed_read, (VSTREAM_RW_FN) timed_write, 580 }, STDERR_FILENO, (VSTREAM_RW_FN) timed_read, (VSTREAM_RW_FN) timed_write, 1379 stream->write_fn = VSTREAM_CAN_WRITE(flags) ? (VSTREAM_RW_FN) timed_write : 0; in vstream_fdopen()
|
| H A D | Makefile.in | 28 sys_compat.c timed_connect.c timed_read.c timed_wait.c timed_write.c \ 75 sys_compat.o timed_connect.o timed_read.o timed_wait.o timed_write.o \ 2748 timed_write.o: iostuff.h 2749 timed_write.o: msg.h 2750 timed_write.o: sys_defs.h 2751 timed_write.o: timed_write.c
|
| /netbsd-src/external/ibm-public/postfix/dist/src/tls/ |
| H A D | tls_prng_egd.c | 126 if (timed_write(egd->fd, buffer, 2, egd->timeout, (void *) 0) != 2) { in tls_prng_egd_read()
|
| /netbsd-src/external/ibm-public/postfix/lib/util/ |
| H A D | Makefile | 208 timed_write.c \
|
| /netbsd-src/external/ibm-public/postfix/dist/ |
| H A D | TLS_CHANGES | 103 precautions in timed_write() 1493 - Due to the new layering with timed_read() and timed_write() functions 1495 * When TLS is active, the timed_read() and timed_write() functions are
|
| H A D | HISTORY | 3857 interface now by default uses timed_read() and timed_write() 8479 util/timed_write.c. 14806 timed_write) that could be queried via the vstream module. 21001 util/timed_write.c, util/unix_connect.c, util/unix_listen.c,
|