Searched refs:pending_files (Results 1 – 1 of 1) sorted by relevance
347 struct heap_queue pending_files; member452 heap_add_entry(arch, &((iso9660)->pending_files), file, file->offset)454 heap_get_entry(&((iso9660)->pending_files))1816 free(iso9660->pending_files.files); in archive_read_format_iso9660_cleanup()2985 while (iso9660->pending_files.used > 0 && in next_cache_entry()2986 (iso9660->pending_files.files[0]->number == -1 || in next_cache_entry()2987 iso9660->pending_files.files[0]->number == number)) { in next_cache_entry()