Home
last modified time | relevance | path

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

/third_party/python/Modules/expat/
Dxmltok.h77 #define XML_TOK_XML_DECL 12 /* XML decl or text decl */ macro
Dxmlrole.c146 case XML_TOK_XML_DECL: in prolog0()
381 if (tok == XML_TOK_XML_DECL) in externalSubset0()
Dxmlparse.c2679 case XML_TOK_XML_DECL: { in externalEntityInitProcessor3()
3068 case XML_TOK_XML_DECL: in doContent()
4016 if (! accountingDiffTolerated(parser, XML_TOK_XML_DECL, s, next, __LINE__, in processXmlDecl()
4196 } else if (tok == XML_TOK_XML_DECL) { in entityValueInitProcessor()
4997 case XML_TOK_XML_DECL: in doProlog()
Dxmltok_impl.c267 *tokPtr = XML_TOK_XML_DECL; in PREFIX()
/third_party/skia/third_party/externals/expat/expat/lib/
Dxmltok.h77 #define XML_TOK_XML_DECL 12 /* XML decl or text decl */ macro
Dxmlrole.c146 case XML_TOK_XML_DECL: in prolog0()
381 if (tok == XML_TOK_XML_DECL) in externalSubset0()
Dxmlparse.c2727 case XML_TOK_XML_DECL: { in externalEntityInitProcessor3()
3116 case XML_TOK_XML_DECL: in doContent()
4064 if (! accountingDiffTolerated(parser, XML_TOK_XML_DECL, s, next, __LINE__, in processXmlDecl()
4244 } else if (tok == XML_TOK_XML_DECL) { in entityValueInitProcessor()
5079 case XML_TOK_XML_DECL: in doProlog()
Dxmltok_impl.c267 *tokPtr = XML_TOK_XML_DECL; in PREFIX()