Home
last modified time | relevance | path

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

/netbsd-src/external/mit/expat/dist/lib/
H A Dxmltok_ns.c112 NS(XmlParseXmlDecl)(int isGeneralTextEntity, const ENCODING *enc, in NS()
117 return doParseXmlDecl(NS(findEncoding), isGeneralTextEntity, enc, ptr, end, in NS()
H A Dxmltok.h286 int XmlParseXmlDecl(int isGeneralTextEntity, const ENCODING *enc,
304 int XmlParseXmlDeclNS(int isGeneralTextEntity, const ENCODING *enc,
H A Dxmltok.c1158 int isGeneralTextEntity, const ENCODING *enc, const char *ptr, in doParseXmlDecl() argument
1173 if (! isGeneralTextEntity) { in doParseXmlDecl()
1187 if (isGeneralTextEntity) { in doParseXmlDecl()
1213 || isGeneralTextEntity) { in doParseXmlDecl()
H A Dxmlparse.c451 static enum XML_Error processXmlDecl(XML_Parser parser, int isGeneralTextEntity,
4141 processXmlDecl(XML_Parser parser, int isGeneralTextEntity, const char *s, in processXmlDecl() argument
4160 isGeneralTextEntity, parser->m_encoding, s, next, &parser->m_eventPtr, in processXmlDecl()
4162 if (isGeneralTextEntity) in processXmlDecl()
4167 if (! isGeneralTextEntity && standalone == 1) { in processXmlDecl()