Searched refs:io_buf (Results 1 - 5 of 5) sorted by relevance

/freebsd-11-stable/contrib/xz/src/xz/
H A Dfile_io.h31 } io_buf; typedef in typeref:union:__anon50
126 extern size_t io_read(file_pair *pair, io_buf *buf, size_t size);
155 extern bool io_pread(file_pair *pair, io_buf *buf, size_t size, off_t pos);
166 extern bool io_write(file_pair *pair, const io_buf *buf, size_t size);
H A Dfile_io.c1116 io_read(file_pair *pair, io_buf *buf, size_t size)
1186 io_pread(file_pair *pair, io_buf *buf, size_t size, off_t pos)
1211 is_sparse(const io_buf *buf)
1275 io_write(file_pair *pair, const io_buf *buf, size_t size)
H A Dcoder.c39 static io_buf in_buf;
40 static io_buf out_buf;
H A Dlist.c163 io_buf buf;
418 io_buf buf;
558 io_buf buf;
/freebsd-11-stable/usr.bin/gzip/
H A Dunxz.c183 } io_buf; typedef in typeref:union:__anon5550
187 io_pread(int fd, io_buf *buf, size_t size, off_t pos)
272 io_buf buf;

Completed in 84 milliseconds