Home
last modified time | relevance | path

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

/freebsd/contrib/expat/lib/
H A Dxmltok_ns.c115 NS(XmlParseXmlDecl)(int isGeneralTextEntity, const ENCODING *enc, in NS()
120 return doParseXmlDecl(NS(findEncoding), isGeneralTextEntity, enc, ptr, end, in NS()
H A Dxmltok.h290 int XmlParseXmlDecl(int isGeneralTextEntity, const ENCODING *enc,
309 int XmlParseXmlDeclNS(int isGeneralTextEntity, const ENCODING *enc,
H A Dxmltok.c1160 int isGeneralTextEntity, const ENCODING *enc, const char *ptr, in doParseXmlDecl() argument
1175 if (! isGeneralTextEntity) { in doParseXmlDecl()
1196 if (isGeneralTextEntity) { in doParseXmlDecl()
1222 || isGeneralTextEntity) { in doParseXmlDecl()
H A Dxmlparse.c522 static enum XML_Error processXmlDecl(XML_Parser parser, int isGeneralTextEntity,
4888 processXmlDecl(XML_Parser parser, int isGeneralTextEntity, const char *s, argument
4907 isGeneralTextEntity, parser->m_encoding, s, next, &parser->m_eventPtr,
4909 if (isGeneralTextEntity)
4914 if (! isGeneralTextEntity && standalone == 1) {