Searched refs:cache_files (Results 1 – 1 of 1) sorted by relevance
351 } cache_files; member473 iso9660->cache_files.first = NULL; in archive_read_support_format_iso9660()474 iso9660->cache_files.last = &(iso9660->cache_files.first); in archive_read_support_format_iso9660()2881 if (iso9660->cache_files.first != NULL) in next_cache_entry()2986 iso9660->cache_files.first = NULL; in next_cache_entry()2987 iso9660->cache_files.last = &(iso9660->cache_files.first); in next_cache_entry()3033 for (file = iso9660->cache_files.first; in next_cache_entry()3040 *iso9660->cache_files.last = empty_files.first; in next_cache_entry()3041 iso9660->cache_files.last = empty_files.last; in next_cache_entry()3114 *iso9660->cache_files.last = file; in cache_add_entry()[all …]