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.c351 } cache_files; member
473 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()
3032 *iso9660->cache_files.last = empty_files.first; in next_cache_entry()
3033 iso9660->cache_files.last = empty_files.last; in next_cache_entry()
3106 *iso9660->cache_files.last = file; in cache_add_entry()
[all …]