Searched refs:io_pread (Results 1 – 4 of 4) sorted by relevance
| /freebsd/usr.bin/gzip/ |
| H A D | unxz.c | 185 io_pread(int fd, io_buf *buf, size_t size, off_t pos) in io_pread() function 306 if (io_pread(src_fd, &buf, in parse_indexes() 363 if (io_pread(src_fd, &buf, strm.avail_in, pos)) in parse_indexes() 401 if (io_pread(src_fd, &buf, LZMA_STREAM_HEADER_SIZE, pos)) in parse_indexes()
|
| /freebsd/contrib/xz/src/xz/ |
| H A D | file_io.h | 177 extern bool io_pread(file_pair *pair, io_buf *buf, size_t size, uint64_t pos);
|
| H A D | list.c | 456 if (io_pread(pair, &buf, size, iter->block.compressed_file_offset)) in parse_block_header() 628 if (io_pread(pair, &buf, size, offset)) in parse_check_value()
|
| H A D | file_io.c | 1337 io_pread(file_pair *pair, io_buf *buf, size_t size, uint64_t pos) in io_pread() function
|