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.c2097 case XML_TOK_XML_DECL: in externalEntityInitProcessor3()
2479 case XML_TOK_XML_DECL: in doContent()
3514 else if (tok == XML_TOK_XML_DECL) { in entityValueInitProcessor()
4288 case XML_TOK_XML_DECL: in doProlog()
Dxmltok_impl.c216 *tokPtr = XML_TOK_XML_DECL; in PREFIX()