Home
last modified time | relevance | path

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

/lvgl-latest/src/libs/expat/
Dxmltok.h54 #define XML_TOK_NONE -4 /* The string to be scanned is empty */ macro
Dxmltok_impl.c361 return XML_TOK_NONE; in PREFIX()
829 return XML_TOK_NONE; in PREFIX()
1024 return XML_TOK_NONE; in PREFIX()
1268 return XML_TOK_NONE; in PREFIX()
1337 return XML_TOK_NONE; in PREFIX()
Dxmlrole.c373 case XML_TOK_NONE: in internalSubset()
406 case XML_TOK_NONE: in externalSubset1()
Dxmlparse.c2879 case XML_TOK_NONE: in doContent()
4187 case XML_TOK_NONE: in doCdataSection()
4301 case XML_TOK_NONE: in doIgnoreSection()
4539 case XML_TOK_NONE: /* start == end */ in entityValueInitProcessor()
4615 case XML_TOK_NONE: /* start == end */ in externalParEntProcessor()
4667 case XML_TOK_NONE: /* start == end */ in entityValueProcessor()
4760 case XML_TOK_NONE: in doProlog()
4773 if (XmlTokenRole(&parser->m_prologState, XML_TOK_NONE, end, end, enc) in doProlog()
5781 case XML_TOK_NONE: in epilogProcessor()
6009 case XML_TOK_NONE: in appendAttributeValue()
[all …]
Dxmltok.c1540 return XML_TOK_NONE; in initScan()