unxz.c | 186 io_pread(int fd, io_buf *buf, size_t size, off_t pos) function in typeref:typename:bool 308 if (io_pread(src_fd, &buf, 317 // To avoid calling io_pread() for every four bytes 320 // check them too before calling io_pread() again. 365 if (io_pread(src_fd, &buf, strm.avail_in, pos)) 403 if (io_pread(src_fd, &buf, LZMA_STREAM_HEADER_SIZE, pos))
|