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

/freebsd-current/contrib/xz/src/xz/
H A Dfile_io.h31 } io_buf; typedef in typeref:union:__anon113
126 extern size_t io_read(file_pair *pair, io_buf *buf, size_t size);
168 extern bool io_pread(file_pair *pair, io_buf *buf, size_t size, uint64_t pos);
179 extern bool io_write(file_pair *pair, const io_buf *buf, size_t size);
H A Dfile_io.c1179 io_read(file_pair *pair, io_buf *buf, size_t size)
1271 io_pread(file_pair *pair, io_buf *buf, size_t size, uint64_t pos)
1293 is_sparse(const io_buf *buf)
1357 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.c361 io_buf buf;
452 io_buf buf;
612 io_buf buf;
/freebsd-current/usr.bin/gzip/
H A Dunxz.c181 } io_buf; typedef in typeref:union:__anon6451
185 io_pread(int fd, io_buf *buf, size_t size, off_t pos)
269 io_buf buf;

Completed in 208 milliseconds