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()2873 if (iso9660->cache_files.first != NULL) in next_cache_entry()2978 iso9660->cache_files.first = NULL; in next_cache_entry()2979 iso9660->cache_files.last = &(iso9660->cache_files.first); in next_cache_entry()3025 for (file = iso9660->cache_files.first; in next_cache_entry()3106 *iso9660->cache_files.last = file; in cache_add_entry()3117 if (iso9660->cache_files.first == NULL) in cache_get_entry()3118 iso9660->cache_files.last = in cache_get_entry()[all …]