|
ra8-firmware 0.1.0
Bare-metal firmware for the Renesas RA8 family (RA8D2 / RA8P1)
|
One discovery hit: a human-facing title paired with a series URL. More...
#include <mdl_extract.h>
Data Fields | |
| char | title [k_mdl_hit_title_max] |
| Display title, NUL-terminated. | |
| char | url [k_mdl_url_max] |
| Absolute series URL, NUL-terminated. | |
One discovery hit: a human-facing title paired with a series URL.
Produced by mdl_extract_hits from a search or latest-updates page; the title is the anchor's title= attribute, its stripped inner text, or – when neither is present – the URL's last path segment.
Definition at line 50 of file mdl_extract.h.
| char mdl_hit_t::title[k_mdl_hit_title_max] |
Display title, NUL-terminated.
Definition at line 51 of file mdl_extract.h.
Referenced by internal_merge_hit(), internal_print_hits(), and internal_select_hit().
| char mdl_hit_t::url[k_mdl_url_max] |
Absolute series URL, NUL-terminated.
Definition at line 52 of file mdl_extract.h.
Referenced by internal_hit_index_of(), internal_merge_hit(), internal_print_hits(), internal_select_hit(), and mdl_search_filter_series_hits().