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

/freebsd-current/usr.bin/gzip/
H A Dunxz.c185 io_pread(int fd, io_buf *buf, size_t size, off_t pos) function
306 if (io_pread(src_fd, &buf,
315 // To avoid calling io_pread() for every four bytes
318 // check them too before calling io_pread() again.
363 if (io_pread(src_fd, &buf, strm.avail_in, pos))
401 if (io_pread(src_fd, &buf, LZMA_STREAM_HEADER_SIZE, pos))
/freebsd-current/contrib/xz/src/xz/
H A Dfile_io.h168 extern bool io_pread(file_pair *pair, io_buf *buf, size_t size, uint64_t pos);
H A Dlist.c453 if (io_pread(pair, &buf, size, iter->block.compressed_file_offset))
613 if (io_pread(pair, &buf, size, offset))
H A Dfile_io.c1271 io_pread(file_pair *pair, io_buf *buf, size_t size, uint64_t pos) function

Completed in 121 milliseconds