Home
last modified time | relevance | path

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

/external/expat/lib/
Dxmltok_impl.c321 return XML_TOK_NONE; in PREFIX()
786 return XML_TOK_NONE; in PREFIX()
972 return XML_TOK_NONE; in PREFIX()
1200 return XML_TOK_NONE; in PREFIX()
1260 return XML_TOK_NONE; in PREFIX()
Dxmltok.h18 #define XML_TOK_NONE -4 /* The string to be scanned is empty */ macro
Dxmlparse.c2330 case XML_TOK_NONE: in doContent()
3331 case XML_TOK_NONE: in doCdataSection()
3426 case XML_TOK_NONE: in doIgnoreSection()
3663 case XML_TOK_NONE: /* start == end */ in entityValueInitProcessor()
3726 case XML_TOK_NONE: /* start == end */ in externalParEntProcessor()
3770 case XML_TOK_NONE: /* start == end */ in entityValueProcessor()
3865 case XML_TOK_NONE: in doProlog()
3877 if (XmlTokenRole(&prologState, XML_TOK_NONE, end, end, enc) in doProlog()
4801 case XML_TOK_NONE: in epilogProcessor()
4999 case XML_TOK_NONE: in appendAttributeValue()
[all …]
Dxmlrole.c384 case XML_TOK_NONE: in internalSubset()
425 case XML_TOK_NONE: in externalSubset1()
Dxmltok.c1607 return XML_TOK_NONE; in initScan()