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

/macosx-10.10/libarchive-30/libarchive/libarchive/
H A Darchive_read_support_format_iso9660.c354 struct content *entry_content; member in struct:iso9660
1322 iso9660->entry_content = file->contents.first;
1323 if (iso9660->entry_content != NULL)
1324 iso9660->entry_bytes_remaining = iso9660->entry_content->size;
1594 if (iso9660->entry_content != NULL)
1595 iso9660->entry_content = iso9660->entry_content->next;
1596 if (iso9660->entry_content == NULL) {
1603 if (iso9660->current_position < iso9660->entry_content->offset) {
1606 step = iso9660->entry_content
[all...]

Completed in 74 milliseconds