Home
last modified time | relevance | path

Searched refs:io_pread (Results 1 – 4 of 4) sorted by relevance

/freebsd/usr.bin/gzip/
H A Dunxz.c185 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 Dfile_io.h177 extern bool io_pread(file_pair *pair, io_buf *buf, size_t size, uint64_t pos);
H A Dlist.c456 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 Dfile_io.c1337 io_pread(file_pair *pair, io_buf *buf, size_t size, uint64_t pos) in io_pread() function