Searched refs:entry_content (Results 1 – 1 of 1) sorted by relevance
373 struct content *entry_content; member1456 iso9660->entry_content = file->contents.first; in archive_read_format_iso9660_read_header()1457 if (iso9660->entry_content != NULL) in archive_read_format_iso9660_read_header()1458 iso9660->entry_bytes_remaining = iso9660->entry_content->size; in archive_read_format_iso9660_read_header()1735 if (iso9660->entry_content != NULL) in archive_read_format_iso9660_read_data()1736 iso9660->entry_content = iso9660->entry_content->next; in archive_read_format_iso9660_read_data()1737 if (iso9660->entry_content == NULL) { in archive_read_format_iso9660_read_data()1744 if (iso9660->current_position < iso9660->entry_content->offset) { in archive_read_format_iso9660_read_data()1747 step = iso9660->entry_content->offset - in archive_read_format_iso9660_read_data()1753 iso9660->entry_content->offset; in archive_read_format_iso9660_read_data()[all …]