|
ra8-firmware 0.1.0
Bare-metal firmware for the Renesas RA8 family (RA8D2 / RA8P1)
|
Bounded list of titled hits plus the raw anchor tally. More...
#include <mdl_extract.h>
Data Fields | |
| mdl_hit_t | hits [k_mdl_max_hits] |
| Deduplicated titled hits. | |
| size_t | count |
| Number of valid hits. | |
| size_t | anchors_seen |
| Total resolvable <a href> anchors. | |
Bounded list of titled hits plus the raw anchor tally.
anchors_seen counts every <a> with a resolvable href scanned on the page (before the result filter), so a caller can tell a page that rendered links but matched none (zero results) from one that carried no links at all (the markup changed or the request was blocked). Large enough to prefer file scope over a deep stack.
Definition at line 68 of file mdl_extract.h.
| size_t mdl_hit_list_t::anchors_seen |
Total resolvable <a href> anchors.
Definition at line 71 of file mdl_extract.h.
Referenced by internal_emit_hit(), internal_print_zero(), mdl_extract_hits(), and mdl_search_classify().
| size_t mdl_hit_list_t::count |
Number of valid hits.
Definition at line 70 of file mdl_extract.h.
Referenced by internal_hit_index_of(), internal_merge_hit(), internal_present_and_pick(), internal_print_hits(), mdl_extract_hits(), mdl_search_classify(), and mdl_search_filter_series_hits().
| mdl_hit_t mdl_hit_list_t::hits[k_mdl_max_hits] |
Deduplicated titled hits.
Definition at line 69 of file mdl_extract.h.
Referenced by internal_hit_index_of(), internal_merge_hit(), internal_present_and_pick(), internal_print_hits(), and mdl_search_filter_series_hits().