Home
last modified time | relevance | path

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

/minix/external/mit/expat/dist/lib/
H A Dxmltok_ns.c91 NS(XmlParseXmlDecl)(int isGeneralTextEntity, in NS()
103 isGeneralTextEntity, in NS()
H A Dxmltok.h266 int XmlParseXmlDecl(int isGeneralTextEntity,
293 int XmlParseXmlDeclNS(int isGeneralTextEntity,
H A Dxmltok.c1085 int isGeneralTextEntity, in doParseXmlDecl() argument
1107 if (!isGeneralTextEntity) { in doParseXmlDecl()
1122 if (isGeneralTextEntity) { in doParseXmlDecl()
1148 || isGeneralTextEntity) { in doParseXmlDecl()
H A Dxmlparse.c327 processXmlDecl(XML_Parser parser, int isGeneralTextEntity,
3419 processXmlDecl(XML_Parser parser, int isGeneralTextEntity, in processXmlDecl() argument
3431 : XmlParseXmlDecl)(isGeneralTextEntity, in processXmlDecl()
3441 if (isGeneralTextEntity) in processXmlDecl()
3446 if (!isGeneralTextEntity && standalone == 1) { in processXmlDecl()