Home
last modified time | relevance | path

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

/freebsd/contrib/expat/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.c2760 case XML_TOK_XML_DECL: { in externalEntityInitProcessor3()
3149 case XML_TOK_XML_DECL: in doContent()
4348 if (! accountingDiffTolerated(parser, XML_TOK_XML_DECL, s, next, __LINE__, in processXmlDecl()
4528 } else if (tok == XML_TOK_XML_DECL) { in entityValueInitProcessor()
5363 case XML_TOK_XML_DECL: in doProlog()
H A Dxmltok_impl.c269 *tokPtr = XML_TOK_XML_DECL; in PREFIX()