Home
last modified time | relevance | path

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

/freebsd-10-stable/contrib/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.c2329 case XML_TOK_NONE: in doContent()
3330 case XML_TOK_NONE: in doCdataSection()
3425 case XML_TOK_NONE: in doIgnoreSection()
3662 case XML_TOK_NONE: /* start == end */ in entityValueInitProcessor()
3725 case XML_TOK_NONE: /* start == end */ in externalParEntProcessor()
3769 case XML_TOK_NONE: /* start == end */ in entityValueProcessor()
3864 case XML_TOK_NONE: in doProlog()
3876 if (XmlTokenRole(&prologState, XML_TOK_NONE, end, end, enc) in doProlog()
4800 case XML_TOK_NONE: in epilogProcessor()
4998 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()