Home
last modified time | relevance | path

Searched refs:old_section (Results 1 – 1 of 1) sorted by relevance

/lvgl-latest/src/others/xml/
Dlv_xml_component.c242 lv_xml_parser_section_t old_section = state->section; in start_metadata_handler() local
263 if(old_section != state->section) return; /*Ignore the section opening, e.g. <styles>*/ in start_metadata_handler()