Home
last modified time | relevance | path

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

/lvgl-latest/src/libs/expat/
Dxmltok_ns.c115 NS(XmlParseXmlDecl)(int isGeneralTextEntity, const ENCODING *enc, in NS()
120 return doParseXmlDecl(NS(findEncoding), isGeneralTextEntity, enc, ptr, end, in NS()
Dxmltok.h289 int XmlParseXmlDecl(int isGeneralTextEntity, const ENCODING *enc,
308 int XmlParseXmlDeclNS(int isGeneralTextEntity, const ENCODING *enc,
Dxmltok.c1157 int isGeneralTextEntity, const ENCODING *enc, const char *ptr, in doParseXmlDecl() argument
1172 if (! isGeneralTextEntity) { in doParseXmlDecl()
1186 if (isGeneralTextEntity) { in doParseXmlDecl()
1212 || isGeneralTextEntity) { in doParseXmlDecl()
Dxmlparse.c478 static enum XML_Error processXmlDecl(XML_Parser parser, int isGeneralTextEntity,
4355 processXmlDecl(XML_Parser parser, int isGeneralTextEntity, const char *s, in processXmlDecl() argument
4374 isGeneralTextEntity, parser->m_encoding, s, next, &parser->m_eventPtr, in processXmlDecl()
4376 if (isGeneralTextEntity) in processXmlDecl()
4381 if (! isGeneralTextEntity && standalone == 1) { in processXmlDecl()