archive_file_size  256 src/vfs/tar/tar-internal.h     off_t archive_file_size;  // size of file as stored in the archive, equals stat.st_size for
archive_file_size  375 src/vfs/tar/tar-sparse.c         || file->stat_info->stat.st_size < size || file->stat_info->archive_file_size < 0)
archive_file_size  403 src/vfs/tar/tar-sparse.c     file->stat_info->archive_file_size = file->stat_info->stat.st_size;
archive_file_size  468 src/vfs/tar/tar-sparse.c     file->stat_info->archive_file_size = file->stat_info->stat.st_size;
archive_file_size  643 src/vfs/tar/tar-sparse.c     (void) tar_skip_file (archive, file.stat_info->archive_file_size - file.dumped_size);
archive_file_size  886 src/vfs/tar/tar-xheader.c     st->archive_file_size = st->stat.st_size;