archive_file_size  261 src/vfs/tar/tar-internal.h     off_t archive_file_size;    /**< size of file as stored in the archive.
archive_file_size  382 src/vfs/tar/tar-sparse.c         || file->stat_info->stat.st_size < size || file->stat_info->archive_file_size < 0)
archive_file_size  410 src/vfs/tar/tar-sparse.c     file->stat_info->archive_file_size = file->stat_info->stat.st_size;
archive_file_size  475 src/vfs/tar/tar-sparse.c     file->stat_info->archive_file_size = file->stat_info->stat.st_size;
archive_file_size  650 src/vfs/tar/tar-sparse.c     (void) tar_skip_file (archive, file.stat_info->archive_file_size - file.dumped_size);
archive_file_size  889 src/vfs/tar/tar-xheader.c     st->archive_file_size = st->stat.st_size;