Home
last modified time | relevance | path

Searched refs:XmlParseXmlDecl (Results 1 – 3 of 3) sorted by relevance

/lvgl-latest/src/libs/expat/
Dxmltok_ns.c115 NS(XmlParseXmlDecl)(int isGeneralTextEntity, const ENCODING *enc, in NS() argument
Dxmltok.h289 int XmlParseXmlDecl(int isGeneralTextEntity, const ENCODING *enc,
Dxmlparse.c195 # define XmlParseXmlDeclNS XmlParseXmlDecl
4373 if (! (parser->m_ns ? XmlParseXmlDeclNS : XmlParseXmlDecl)( in processXmlDecl()