Home
last modified time | relevance | path

Searched refs:XML_TOK_XML_DECL (Results 1 – 4 of 4) sorted by relevance

/external/expat/lib/
Dxmltok.h43 #define XML_TOK_XML_DECL 12 /* XML decl or text decl */ macro
Dxmlrole.c138 case XML_TOK_XML_DECL: in prolog0()
400 if (tok == XML_TOK_XML_DECL) in externalSubset0()
Dxmlparse.c2230 case XML_TOK_XML_DECL: in externalEntityInitProcessor3()
2612 case XML_TOK_XML_DECL: in doContent()
3670 else if (tok == XML_TOK_XML_DECL) { in entityValueInitProcessor()
4452 case XML_TOK_XML_DECL: in doProlog()
Dxmltok_impl.c232 *tokPtr = XML_TOK_XML_DECL; in PREFIX()