|
ra8-firmware 0.1.0
Bare-metal firmware for the Renesas RA8 family (RA8D2 / RA8P1)
|
Online gzip state receiving the uncompressed tar stream. More...
Data Fields | |
| mdl_export_output_t * | output |
| Active gzip output stage. | |
| tdefl_compressor * | compressor |
| Caller-arena DEFLATE state. | |
| uint32_t | crc |
| Running tar CRC32. | |
| uint32_t | size |
| Tar size modulo 2^32. | |
| ra8_err_t | error |
| First output/compress error. | |
Online gzip state receiving the uncompressed tar stream.
Definition at line 76 of file mdl_export_tar.c.
| tdefl_compressor* internal_gzip_sink_t::compressor |
Caller-arena DEFLATE state.
Definition at line 78 of file mdl_export_tar.c.
Referenced by internal_gzip_sink().
| uint32_t internal_gzip_sink_t::crc |
Running tar CRC32.
Definition at line 79 of file mdl_export_tar.c.
Referenced by internal_gzip_sink(), and priv_mdl_export_tar_gzip().
| ra8_err_t internal_gzip_sink_t::error |
First output/compress error.
Definition at line 81 of file mdl_export_tar.c.
Referenced by internal_gzip_put(), internal_gzip_sink(), and priv_mdl_export_tar_gzip().
| mdl_export_output_t* internal_gzip_sink_t::output |
Active gzip output stage.
Definition at line 77 of file mdl_export_tar.c.
Referenced by internal_gzip_put().
| uint32_t internal_gzip_sink_t::size |
Tar size modulo 2^32.
Definition at line 80 of file mdl_export_tar.c.
Referenced by internal_gzip_sink(), and priv_mdl_export_tar_gzip().