Home
last modified time | relevance | path

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

/netbsd-src/external/mit/expat/dist/lib/
H A Dxmltok.h77 #define XML_TOK_XML_DECL 12 /* XML decl or text decl */ macro
H A Dxmlrole.c147 case XML_TOK_XML_DECL: in prolog0()
382 if (tok == XML_TOK_XML_DECL) in externalSubset0()
H A Dxmlparse.c2689 case XML_TOK_XML_DECL: { in externalEntityInitProcessor3()
3078 case XML_TOK_XML_DECL: in doContent()
4152 if (! accountingDiffTolerated(parser, XML_TOK_XML_DECL, s, next, __LINE__, in processXmlDecl()
4332 } else if (tok == XML_TOK_XML_DECL) { in entityValueInitProcessor()
5133 case XML_TOK_XML_DECL: in doProlog()
H A Dxmltok_impl.c267 *tokPtr = XML_TOK_XML_DECL; in PREFIX()