Home
last modified time | relevance | path

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

/dragonfly/contrib/libarchive/libarchive/
H A Darchive_read_support_format_iso9660.c347 } cache_files; member
464 iso9660->cache_files.first = NULL; in archive_read_support_format_iso9660()
465 iso9660->cache_files.last = &(iso9660->cache_files.first); in archive_read_support_format_iso9660()
2760 if (iso9660->cache_files.first != NULL) in next_cache_entry()
2865 iso9660->cache_files.first = NULL; in next_cache_entry()
2866 iso9660->cache_files.last = &(iso9660->cache_files.first); in next_cache_entry()
2912 for (file = iso9660->cache_files.first; in next_cache_entry()
2993 *iso9660->cache_files.last = file; in cache_add_entry()
3004 if (iso9660->cache_files.first == NULL) in cache_get_entry()
3005 iso9660->cache_files.last = in cache_get_entry()
[all …]