Searched refs:move_reading_point (Results 1 – 1 of 1) sorted by relevance
385 static int move_reading_point(struct archive_read *, uint64_t);588 r = move_reading_point(a, HEADER_SIZE); in read_toc()617 r = move_reading_point(a, xar->toc_chksum_offset); in read_toc()819 r = move_reading_point(a, xattr->offset); in xar_read_header()865 r = move_reading_point(a, file->offset); in xar_read_header()991 move_reading_point(struct archive_read *a, uint64_t offset) in move_reading_point() function