Searched refs:isGeneralTextEntity (Results 1 – 4 of 4) sorted by relevance
/lvgl-latest/src/libs/expat/ |
D | xmltok_ns.c | 115 NS(XmlParseXmlDecl)(int isGeneralTextEntity, const ENCODING *enc, in NS() 120 return doParseXmlDecl(NS(findEncoding), isGeneralTextEntity, enc, ptr, end, in NS()
|
D | xmltok.h | 289 int XmlParseXmlDecl(int isGeneralTextEntity, const ENCODING *enc, 308 int XmlParseXmlDeclNS(int isGeneralTextEntity, const ENCODING *enc,
|
D | xmltok.c | 1157 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()
|
D | xmlparse.c | 478 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()
|