Home
last modified time | relevance | path

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

/external/python/cpython2/Modules/expat/
Dxmltok_ns.c91 NS(XmlParseXmlDecl)(int isGeneralTextEntity, in NS()
103 isGeneralTextEntity, in NS()
Dxmltok.h266 int XmlParseXmlDecl(int isGeneralTextEntity,
293 int XmlParseXmlDeclNS(int isGeneralTextEntity,
Dxmltok.c1085 int isGeneralTextEntity, in doParseXmlDecl() argument
1107 if (!isGeneralTextEntity) { in doParseXmlDecl()
1122 if (isGeneralTextEntity) { in doParseXmlDecl()
1148 || isGeneralTextEntity) { in doParseXmlDecl()
Dxmlparse.c327 processXmlDecl(XML_Parser parser, int isGeneralTextEntity,
3435 processXmlDecl(XML_Parser parser, int isGeneralTextEntity, in processXmlDecl() argument
3447 : XmlParseXmlDecl)(isGeneralTextEntity, in processXmlDecl()
3457 if (isGeneralTextEntity) in processXmlDecl()
3462 if (!isGeneralTextEntity && standalone == 1) { in processXmlDecl()
/external/expat/lib/
Dxmltok_ns.c91 NS(XmlParseXmlDecl)(int isGeneralTextEntity, in NS()
103 isGeneralTextEntity, in NS()
Dxmltok.h272 int XmlParseXmlDecl(int isGeneralTextEntity,
299 int XmlParseXmlDeclNS(int isGeneralTextEntity,
Dxmltok.c1180 int isGeneralTextEntity, in doParseXmlDecl() argument
1202 if (!isGeneralTextEntity) { in doParseXmlDecl()
1217 if (isGeneralTextEntity) { in doParseXmlDecl()
1243 || isGeneralTextEntity) { in doParseXmlDecl()
Dxmlparse.c335 processXmlDecl(XML_Parser parser, int isGeneralTextEntity,
3471 processXmlDecl(XML_Parser parser, int isGeneralTextEntity, in processXmlDecl() argument
3483 : XmlParseXmlDecl)(isGeneralTextEntity, in processXmlDecl()
3493 if (isGeneralTextEntity) in processXmlDecl()
3498 if (!isGeneralTextEntity && standalone == 1) { in processXmlDecl()