|
ra8-firmware 0.1.0
Bare-metal firmware for the Renesas RA8 family (RA8D2 / RA8P1)
|
Prepared host paths and verified retained-entity state. More...
Data Fields | |
| mdl_cache_paths_t | paths |
| Derived host namespace. | |
| mdl_cache_record_t * | record |
| Exact URL record, or NULL. | |
| size_t | retained_length |
| Verified retained body size. | |
| bool | held |
| Body exists and hash checks. | |
Prepared host paths and verified retained-entity state.
Definition at line 245 of file mdl_cache.c.
| bool mdl_cache_lookup_t::held |
Body exists and hash checks.
Definition at line 249 of file mdl_cache.c.
Referenced by internal_cache_network(), internal_cache_prepare(), and mdl_cache_get_buf().
| mdl_cache_paths_t mdl_cache_lookup_t::paths |
Derived host namespace.
Definition at line 246 of file mdl_cache.c.
Referenced by internal_cache_network(), and internal_cache_prepare().
| mdl_cache_record_t* mdl_cache_lookup_t::record |
Exact URL record, or NULL.
Definition at line 247 of file mdl_cache.c.
Referenced by internal_cache_network(), internal_cache_prepare(), and mdl_cache_get_buf().
| size_t mdl_cache_lookup_t::retained_length |
Verified retained body size.
Definition at line 248 of file mdl_cache.c.
Referenced by internal_cache_prepare(), and mdl_cache_get_buf().