HomeSort by: relevance | last modified time | path
    Searched defs:io_pread (Results 1 - 2 of 2) sorted by relevancy

  /src/usr.bin/gzip/
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))
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))

Completed in 21 milliseconds