ra8-firmware 0.1.0
Bare-metal firmware for the Renesas RA8 family (RA8D2 / RA8P1)
Loading...
Searching...
No Matches
mdl_cache_lookup_t Struct Reference

Prepared host paths and verified retained-entity state. More...

Collaboration diagram for mdl_cache_lookup_t:

Data Fields

mdl_cache_paths_t paths
 Derived host namespace.
mdl_cache_record_trecord
 Exact URL record, or NULL.
size_t retained_length
 Verified retained body size.
bool held
 Body exists and hash checks.

Detailed Description

Prepared host paths and verified retained-entity state.

Since
0.1.0

Definition at line 245 of file mdl_cache.c.

Field Documentation

◆ held

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().

◆ paths

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().

◆ record

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().

◆ retained_length

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().


The documentation for this struct was generated from the following file: