Home
last modified time | relevance | path

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

/external/expat/lib/
Dxmltok_impl.c309 return XML_TOK_NONE; in PREFIX()
789 return XML_TOK_NONE; in PREFIX()
977 return XML_TOK_NONE; in PREFIX()
1208 return XML_TOK_NONE; in PREFIX()
1266 return XML_TOK_NONE; in PREFIX()
Dxmltok.h18 #define XML_TOK_NONE -4 /* The string to be scanned is empty */ macro
Dxmlparse.c2197 case XML_TOK_NONE: in doContent()
3175 case XML_TOK_NONE: in doCdataSection()
3270 case XML_TOK_NONE: in doIgnoreSection()
3507 case XML_TOK_NONE: /* start == end */ in entityValueInitProcessor()
3570 case XML_TOK_NONE: /* start == end */ in externalParEntProcessor()
3614 case XML_TOK_NONE: /* start == end */ in entityValueProcessor()
3706 case XML_TOK_NONE: in doProlog()
3718 if (XmlTokenRole(&prologState, XML_TOK_NONE, end, end, enc) in doProlog()
4637 case XML_TOK_NONE: in epilogProcessor()
4835 case XML_TOK_NONE: in appendAttributeValue()
[all …]
Dxmlrole.c384 case XML_TOK_NONE: in internalSubset()
425 case XML_TOK_NONE: in externalSubset1()
Dxmltok.c1507 return XML_TOK_NONE; in initScan()