Home
last modified time | relevance | path

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

/lvgl-latest/src/libs/expat/
Dxmlrole.c235 case XML_TOK_NAME: in doctype0()
255 case XML_TOK_NAME: in doctype1()
430 case XML_TOK_NAME: in entity0()
446 case XML_TOK_NAME: in entity1()
459 case XML_TOK_NAME: in entity2()
518 case XML_TOK_NAME: in entity5()
537 case XML_TOK_NAME: in entity6()
551 case XML_TOK_NAME: in entity7()
626 case XML_TOK_NAME: in notation0()
639 case XML_TOK_NAME: in notation1()
[all …]
Dxmltok.h88 #define XML_TOK_NAME 18 macro
Dxmltok_impl.c1156 tok = XML_TOK_NAME; \ in PREFIX()
1172 tok = XML_TOK_NAME; in PREFIX()
1187 tok = XML_TOK_NAME; in PREFIX()
1218 case XML_TOK_NAME: in PREFIX()