|
ra8-firmware 0.1.0
Bare-metal firmware for the Renesas RA8 family (RA8D2 / RA8P1)
|
One validated staged publication, including random ZIP backfill. More...
#include <mdl_export_io_internal.h>
Data Fields | |
| mdl_storage_txn_t | writer |
| Active storage transaction. | |
| mdl_format_t | format |
| Canonical verifier selection. | |
| uint64_t | offset |
| Current staged write position. | |
| uint64_t | extent |
| Greatest written byte edge. | |
| ra8_err_t | error |
| First callback error, if any. | |
One validated staged publication, including random ZIP backfill.
Definition at line 38 of file mdl_export_io_internal.h.
| ra8_err_t mdl_export_output_t::error |
First callback error, if any.
Definition at line 43 of file mdl_export_io_internal.h.
Referenced by internal_epub_finish_writer(), priv_mdl_export_cbz(), priv_mdl_export_output_commit(), priv_mdl_export_output_write(), priv_mdl_export_output_write_at(), and priv_mdl_export_zip_write().
| uint64_t mdl_export_output_t::extent |
Greatest written byte edge.
Definition at line 42 of file mdl_export_io_internal.h.
Referenced by internal_emit_container(), internal_output_write_at(), and priv_mdl_export_output_commit().
| mdl_format_t mdl_export_output_t::format |
Canonical verifier selection.
Definition at line 40 of file mdl_export_io_internal.h.
Referenced by priv_mdl_export_output_commit().
| uint64_t mdl_export_output_t::offset |
Current staged write position.
Definition at line 41 of file mdl_export_io_internal.h.
Referenced by internal_output_write_at(), and priv_mdl_export_output_write().
| mdl_storage_txn_t mdl_export_output_t::writer |
Active storage transaction.
Definition at line 39 of file mdl_export_io_internal.h.
Referenced by internal_direct_artifact_reset(), internal_emit_container(), internal_export_transaction(), internal_finish_artifact_fetch(), internal_jof_one(), internal_output_write_at(), internal_write_temp_epub(), priv_mdl_export_output_abort(), priv_mdl_export_output_begin(), priv_mdl_export_output_begin_new(), priv_mdl_export_output_commit(), priv_mdl_export_output_write(), priv_mdl_export_output_write_at(), and priv_mdl_export_zip_write().