Home
last modified time | relevance | path

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

/lvgl-latest/src/libs/expat/
Dxmltok.h99 #define XML_TOK_INSTANCE_START 29 macro
Dxmlrole.c167 case XML_TOK_INSTANCE_START: in prolog0()
199 case XML_TOK_INSTANCE_START: in prolog1()
219 case XML_TOK_INSTANCE_START: in prolog2()
Dxmltok_impl.c1054 return XML_TOK_INSTANCE_START; in PREFIX()
Dxmlparse.c4587 else if (tok == XML_TOK_INSTANCE_START) { in entityValueInitProcessor()