|
ra8-firmware 0.1.0
Bare-metal firmware for the Renesas RA8 family (RA8D2 / RA8P1)
|
Transaction state that turns one C6 body into a network response. More...
Data Fields | |
| mdl_c6_output_kind_t | kind |
| Selected output union member. | |
| char * | buffer |
| Text buffer or null. | |
| size_t | cap |
| Text-buffer capacity. | |
| mdl_net_body_sink_t * | sink |
| Streaming sink or null. | |
| size_t | length |
| Bytes accepted so far. | |
Transaction state that turns one C6 body into a network response.
Definition at line 26 of file mdl_net_c6link.c.
| char* mdl_c6_output_t::buffer |
Text buffer or null.
Definition at line 28 of file mdl_net_c6link.c.
Referenced by internal_c6_output_abort(), internal_c6_output_begin(), internal_c6_output_commit(), and internal_c6_output_write().
| size_t mdl_c6_output_t::cap |
Text-buffer capacity.
Definition at line 29 of file mdl_net_c6link.c.
Referenced by internal_c6_output_write().
| mdl_c6_output_kind_t mdl_c6_output_t::kind |
Selected output union member.
Definition at line 27 of file mdl_net_c6link.c.
Referenced by internal_c6_output_abort(), internal_c6_output_begin(), internal_c6_output_commit(), and internal_c6_output_write().
| size_t mdl_c6_output_t::length |
Bytes accepted so far.
Definition at line 31 of file mdl_net_c6link.c.
Referenced by internal_c6_output_abort(), internal_c6_output_begin(), internal_c6_output_commit(), and internal_c6_output_write().
| mdl_net_body_sink_t* mdl_c6_output_t::sink |
Streaming sink or null.
Definition at line 30 of file mdl_net_c6link.c.
Referenced by internal_c6_output_abort(), and internal_c6_output_write().