Searched refs:iobuf_queue (Results 1 – 6 of 6) sorted by relevance
/openbsd/usr.sbin/lpd/ |
H A D | iobuf.h | 61 int iobuf_queue(struct iobuf *, const void*, size_t);
|
H A D | iobuf.c | 279 iobuf_queue(struct iobuf *io, const void *data, size_t len) in iobuf_queue() function 342 len = iobuf_queue(io, buf, len); in iobuf_vfqueue()
|
H A D | io.c | 435 r = iobuf_queue(&io->iobuf, buf, len); in io_write()
|
/openbsd/usr.sbin/smtpd/ |
H A D | iobuf.h | 61 int iobuf_queue(struct iobuf *, const void*, size_t);
|
H A D | iobuf.c | 273 iobuf_queue(struct iobuf *io, const void *data, size_t len) in iobuf_queue() function 336 len = iobuf_queue(io, buf, len); in iobuf_vfqueue()
|
H A D | ioev.c | 421 r = iobuf_queue(&io->iobuf, buf, len); in io_write()
|