ra8-firmware 0.1.0
Bare-metal firmware for the Renesas RA8 family (RA8D2 / RA8P1)
Loading...
Searching...
No Matches
mdl_zip_scan_t Struct Reference

Semantic markers accumulated while scanning ZIP members. More...

Data Fields

size_t members
 Total member count.
size_t pages
 Image member count.
bool mimetype
 EPUB mimetype found.
bool container
 EPUB container.xml found.
bool opf
 EPUB package document found.
bool nav
 EPUB navigation found.
bool comicinfo
 CBZ ComicInfo.xml found.

Detailed Description

Semantic markers accumulated while scanning ZIP members.

Definition at line 304 of file mdl_verify.c.

Field Documentation

◆ comicinfo

bool mdl_zip_scan_t::comicinfo

CBZ ComicInfo.xml found.

Definition at line 311 of file mdl_verify.c.

◆ container

bool mdl_zip_scan_t::container

EPUB container.xml found.

Definition at line 308 of file mdl_verify.c.

◆ members

size_t mdl_zip_scan_t::members

Total member count.

Definition at line 305 of file mdl_verify.c.

◆ mimetype

bool mdl_zip_scan_t::mimetype

EPUB mimetype found.

Definition at line 307 of file mdl_verify.c.

◆ nav

bool mdl_zip_scan_t::nav

EPUB navigation found.

Definition at line 310 of file mdl_verify.c.

◆ opf

bool mdl_zip_scan_t::opf

EPUB package document found.

Definition at line 309 of file mdl_verify.c.

◆ pages

size_t mdl_zip_scan_t::pages

Image member count.

Definition at line 306 of file mdl_verify.c.


The documentation for this struct was generated from the following file: