Home
last modified time | relevance | path

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

/freebsd-9-stable/contrib/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.c2229 case XML_TOK_XML_DECL: in externalEntityInitProcessor3()
2611 case XML_TOK_XML_DECL: in doContent()
3669 else if (tok == XML_TOK_XML_DECL) { in entityValueInitProcessor()
4451 case XML_TOK_XML_DECL: in doProlog()
Dxmltok_impl.c232 *tokPtr = XML_TOK_XML_DECL; in PREFIX()