Searched refs:io_buf (Results 1 – 5 of 5) sorted by relevance
| /freebsd/contrib/xz/src/xz/ |
| H A D | file_io.h | 40 } io_buf; typedef 135 extern size_t io_read(file_pair *pair, io_buf *buf, size_t size); 177 extern bool io_pread(file_pair *pair, io_buf *buf, size_t size, uint64_t pos); 188 extern bool io_write(file_pair *pair, const io_buf *buf, size_t size);
|
| H A D | file_io.c | 1243 io_read(file_pair *pair, io_buf *buf, size_t size) in io_read() 1337 io_pread(file_pair *pair, io_buf *buf, size_t size, uint64_t pos) in io_pread() 1359 is_sparse(const io_buf *buf) in is_sparse() 1437 io_write(file_pair *pair, const io_buf *buf, size_t size) in io_write()
|
| H A D | list.c | 361 io_buf buf; in parse_indexes() 455 io_buf buf; in parse_block_header() 627 io_buf buf; in parse_check_value()
|
| H A D | coder.c | 56 static io_buf in_buf; 57 static io_buf out_buf;
|
| /freebsd/usr.bin/gzip/ |
| H A D | unxz.c | 181 } io_buf; typedef 185 io_pread(int fd, io_buf *buf, size_t size, off_t pos) in io_pread() 269 io_buf buf; in parse_indexes()
|