Searched refs:rewind_size (Results 1 – 2 of 2) sorted by relevance
1101 io_fix_src_pos(file_pair *pair, size_t rewind_size) in io_fix_src_pos() argument1103 assert(rewind_size <= IO_BUFFER_SIZE); in io_fix_src_pos()1105 if (rewind_size > 0) { in io_fix_src_pos()1108 (void)lseek(pair->src_fd, -(off_t)(rewind_size), SEEK_CUR); in io_fix_src_pos()
139 extern void io_fix_src_pos(file_pair *pair, size_t rewind_size);