Home
last modified time | relevance | path

Searched refs:rewind_size (Results 1 – 2 of 2) sorted by relevance

/minix3/external/public-domain/xz/dist/src/xz/
H A Dfile_io.h123 extern void io_fix_src_pos(file_pair *pair, size_t rewind_size);
H A Dfile_io.c988 io_fix_src_pos(file_pair *pair, size_t rewind_size) in io_fix_src_pos() argument
990 assert(rewind_size <= IO_BUFFER_SIZE); in io_fix_src_pos()
992 if (rewind_size > 0) { in io_fix_src_pos()
995 (void)lseek(pair->src_fd, -(off_t)(rewind_size), SEEK_CUR); in io_fix_src_pos()