Searched refs:entry_content (Results 1 – 1 of 1) sorted by relevance
371 struct content *entry_content; member1470 iso9660->entry_content = file->contents.first; in archive_read_format_iso9660_read_header()1471 if (iso9660->entry_content != NULL) in archive_read_format_iso9660_read_header()1472 iso9660->entry_bytes_remaining = iso9660->entry_content->size; in archive_read_format_iso9660_read_header()1752 if (iso9660->entry_content != NULL) in archive_read_format_iso9660_read_data()1753 iso9660->entry_content = iso9660->entry_content->next; in archive_read_format_iso9660_read_data()1754 if (iso9660->entry_content == NULL) { in archive_read_format_iso9660_read_data()1761 if (iso9660->current_position < iso9660->entry_content->offset) { in archive_read_format_iso9660_read_data()1764 step = iso9660->entry_content->offset - in archive_read_format_iso9660_read_data()1770 iso9660->entry_content->offset; in archive_read_format_iso9660_read_data()[all …]