Home
last modified time | relevance | path

Searched refs:timed_write (Results 1 – 8 of 8) sorted by relevance

/netbsd-src/external/ibm-public/postfix/dist/src/util/
H A Dtimed_write.c62 ssize_t timed_write(int fd, const void *buf, size_t len, in timed_write() function
H A Diostuff.h27 extern ssize_t timed_write(int, const void *, size_t, int, void *);
H A Dvstream.c568 }, 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 DMakefile.in28 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 Dtls_prng_egd.c126 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 DMakefile208 timed_write.c \
/netbsd-src/external/ibm-public/postfix/dist/
H A DTLS_CHANGES103 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 DHISTORY3857 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,