Home
last modified time | relevance | path

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

/netbsd-src/external/mit/expat/dist/lib/
H A Dxmltok_impl.c356 return XML_TOK_NONE; in PREFIX()
824 return XML_TOK_NONE; in PREFIX()
1019 return XML_TOK_NONE; in PREFIX()
1263 return XML_TOK_NONE; in PREFIX()
1332 return XML_TOK_NONE; in PREFIX()
H A Dxmltok.h51 #define XML_TOK_NONE -4 /* The string to be scanned is empty */ macro
H A Dxmlrole.c370 case XML_TOK_NONE: in internalSubset()
403 case XML_TOK_NONE: in externalSubset1()
H A Dxmlparse.c2790 case XML_TOK_NONE: in doContent()
3973 case XML_TOK_NONE: in doCdataSection()
4087 case XML_TOK_NONE: in doIgnoreSection()
4325 case XML_TOK_NONE: /* start == end */ in entityValueInitProcessor()
4401 case XML_TOK_NONE: /* start == end */ in externalParEntProcessor()
4453 case XML_TOK_NONE: /* start == end */ in entityValueProcessor()
4546 case XML_TOK_NONE: in doProlog()
4559 if (XmlTokenRole(&parser->m_prologState, XML_TOK_NONE, end, end, enc) in doProlog()
5533 case XML_TOK_NONE: in epilogProcessor()
5753 case XML_TOK_NONE: in appendAttributeValue()
[all …]
H A Dxmltok.c1541 return XML_TOK_NONE; in initScan()