Home
last modified time | relevance | path

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

/dragonfly/contrib/expat/lib/
H A Dxmltok_impl.c358 return XML_TOK_NONE; in PREFIX()
826 return XML_TOK_NONE; in PREFIX()
1021 return XML_TOK_NONE; in PREFIX()
1265 return XML_TOK_NONE; in PREFIX()
1334 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.c2801 case XML_TOK_NONE: in doContent()
4109 case XML_TOK_NONE: in doCdataSection()
4223 case XML_TOK_NONE: in doIgnoreSection()
4461 case XML_TOK_NONE: /* start == end */ in entityValueInitProcessor()
4537 case XML_TOK_NONE: /* start == end */ in externalParEntProcessor()
4589 case XML_TOK_NONE: /* start == end */ in entityValueProcessor()
4682 case XML_TOK_NONE: in doProlog()
5669 case XML_TOK_NONE: in epilogProcessor()
5902 case XML_TOK_NONE: in appendAttributeValue()
6187 case XML_TOK_NONE: in storeEntityValue()
[all …]
H A Dxmltok.c1542 return XML_TOK_NONE; in initScan()