Home
last modified time | relevance | path

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

/src/contrib/expat/lib/
H A Dxmltok_ns.c112 NS(XmlParseXmlDecl)(int isGeneralTextEntity, const ENCODING *enc, in XmlParseXmlDecl() argument
117 return doParseXmlDecl(NS(findEncoding), isGeneralTextEntity, enc, ptr, end, in XmlParseXmlDecl()
H A Dxmltok.h286 int XmlParseXmlDecl(int isGeneralTextEntity, const ENCODING *enc,
305 int XmlParseXmlDeclNS(int isGeneralTextEntity, const ENCODING *enc,
H A Dxmltok.c1154 int isGeneralTextEntity, const ENCODING *enc, const char *ptr, in doParseXmlDecl() argument
1169 if (! isGeneralTextEntity) { in doParseXmlDecl()
1183 if (isGeneralTextEntity) { in doParseXmlDecl()
1209 || isGeneralTextEntity) { in doParseXmlDecl()
H A Dxmlparse.c496 static enum XML_Error processXmlDecl(XML_Parser parser, int isGeneralTextEntity,
4853 processXmlDecl(XML_Parser parser, int isGeneralTextEntity, const char *s, argument
4872 isGeneralTextEntity, parser->m_encoding, s, next, &parser->m_eventPtr,
4874 if (isGeneralTextEntity)
4879 if (! isGeneralTextEntity && standalone == 1) {