|
ra8-firmware 0.1.0
Bare-metal firmware for the Renesas RA8 family (RA8D2 / RA8P1)
|
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. | |
Semantic markers accumulated while scanning ZIP members.
Definition at line 304 of file mdl_verify.c.
| bool mdl_zip_scan_t::comicinfo |
CBZ ComicInfo.xml found.
Definition at line 311 of file mdl_verify.c.
| bool mdl_zip_scan_t::container |
EPUB container.xml found.
Definition at line 308 of file mdl_verify.c.
| size_t mdl_zip_scan_t::members |
Total member count.
Definition at line 305 of file mdl_verify.c.
| bool mdl_zip_scan_t::mimetype |
EPUB mimetype found.
Definition at line 307 of file mdl_verify.c.
| bool mdl_zip_scan_t::nav |
EPUB navigation found.
Definition at line 310 of file mdl_verify.c.
| bool mdl_zip_scan_t::opf |
EPUB package document found.
Definition at line 309 of file mdl_verify.c.
| size_t mdl_zip_scan_t::pages |
Image member count.
Definition at line 306 of file mdl_verify.c.