Searched refs:rewind_size (Results 1 – 2 of 2) sorted by relevance
123 extern void io_fix_src_pos(file_pair *pair, size_t rewind_size);
988 io_fix_src_pos(file_pair *pair, size_t rewind_size) in io_fix_src_pos() argument990 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()