Home
last modified time | relevance | path

Searched refs:XML_TOK_XML_DECL (Results 1 – 8 of 8) 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()
/external/python/cpython2/Modules/expat/
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.c2194 case XML_TOK_XML_DECL: in externalEntityInitProcessor3()
2576 case XML_TOK_XML_DECL: in doContent()
3634 else if (tok == XML_TOK_XML_DECL) { in entityValueInitProcessor()
4416 case XML_TOK_XML_DECL: in doProlog()
Dxmltok_impl.c216 *tokPtr = XML_TOK_XML_DECL; in PREFIX()