Home
last modified time | relevance | path

Searched refs:iobuf_queue (Results 1 – 6 of 6) sorted by relevance

/openbsd/usr.sbin/lpd/
H A Diobuf.h61 int iobuf_queue(struct iobuf *, const void*, size_t);
H A Diobuf.c279 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 Dio.c435 r = iobuf_queue(&io->iobuf, buf, len); in io_write()
/openbsd/usr.sbin/smtpd/
H A Diobuf.h61 int iobuf_queue(struct iobuf *, const void*, size_t);
H A Diobuf.c273 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 Dioev.c421 r = iobuf_queue(&io->iobuf, buf, len); in io_write()