Home
last modified time | relevance | path

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

/lvgl-latest/src/libs/expat/
Dxmltok_ns.c119 int *standalone) { in NS()
122 encoding, standalone); in NS()
Dxmltok.c1160 const ENCODING **encoding, int *standalone) { in doParseXmlDecl() argument
1217 if (standalone) in doParseXmlDecl()
1218 *standalone = 1; in doParseXmlDecl()
1220 if (standalone) in doParseXmlDecl()
1221 *standalone = 0; in doParseXmlDecl()
Dxmlparse.c403 XML_Bool standalone; member
2936 if (! dtd->hasParamEntityRefs || dtd->standalone) { in doContent()
4363 int standalone = -1; in processXmlDecl() local
4375 &version, &versionend, &encodingName, &newEncoding, &standalone)) { in processXmlDecl()
4381 if (! isGeneralTextEntity && standalone == 1) { in processXmlDecl()
4382 parser->m_dtd->standalone = XML_TRUE; in processXmlDecl()
4406 standalone); in processXmlDecl()
4928 if (! dtd->standalone && parser->m_notStandaloneHandler in doProlog()
4968 if (! dtd->standalone && parser->m_notStandaloneHandler in doProlog()
5176 if (! dtd->standalone in doProlog()
[all …]
Dexpat.h222 int standalone);