Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/expat/lib/
H A Dxmltok_ns.c91 NS(XmlParseXmlDecl)(int isGeneralTextEntity, in NS()
103 isGeneralTextEntity, in NS()
H A Dxmltok.h272 int XmlParseXmlDecl(int isGeneralTextEntity,
299 int XmlParseXmlDeclNS(int isGeneralTextEntity,
H A Dxmltok.c1180 int isGeneralTextEntity, in doParseXmlDecl() argument
1202 if (!isGeneralTextEntity) { in doParseXmlDecl()
1217 if (isGeneralTextEntity) { in doParseXmlDecl()
1243 || isGeneralTextEntity) { in doParseXmlDecl()
H A Dxmlparse.c334 processXmlDecl(XML_Parser parser, int isGeneralTextEntity,
3470 processXmlDecl(XML_Parser parser, int isGeneralTextEntity, in processXmlDecl() argument
3482 : XmlParseXmlDecl)(isGeneralTextEntity, in processXmlDecl()
3492 if (isGeneralTextEntity) in processXmlDecl()
3497 if (!isGeneralTextEntity && standalone == 1) { in processXmlDecl()