Searched refs:pending_files (Results 1 - 1 of 1) sorted by relevance

/macosx-10.10/libarchive-30/libarchive/libarchive/
H A Darchive_read_support_format_iso9660.c335 struct heap_queue pending_files; member in struct:iso9660
413 heap_add_entry(arch, &((iso9660)->pending_files), file, file->offset)
415 heap_get_entry(&((iso9660)->pending_files))
1095 * Add rr_moved into pending_files to show
1658 if (iso9660->pending_files.files)
1659 free(iso9660->pending_files.files);
2553 * Peek pending_files so that file which number is different
2555 while (iso9660->pending_files.used > 0 &&
2556 (iso9660->pending_files.files[0]->number == -1 ||
2557 iso9660->pending_files
[all...]

Completed in 77 milliseconds