Home
last modified time | relevance | path

Searched refs:cache_files (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/libarchive/libarchive/
H A Darchive_read_support_format_iso9660.c353 } cache_files; member
472 iso9660->cache_files.first = NULL; in archive_read_support_format_iso9660()
473 iso9660->cache_files.last = &(iso9660->cache_files.first); in archive_read_support_format_iso9660()
2866 if (iso9660->cache_files.first != NULL) in next_cache_entry()
2971 iso9660->cache_files.first = NULL; in next_cache_entry()
2972 iso9660->cache_files.last = &(iso9660->cache_files.first); in next_cache_entry()
3018 for (file = iso9660->cache_files.first; in next_cache_entry()
3025 *iso9660->cache_files.last = empty_files.first; in next_cache_entry()
3026 iso9660->cache_files.last = empty_files.last; in next_cache_entry()
3099 *iso9660->cache_files.last = file; in cache_add_entry()
[all …]