Searched refs:standalone (Results 1 – 4 of 4) sorted by relevance
119 int *standalone) { in NS()122 encoding, standalone); in NS()
1160 const ENCODING **encoding, int *standalone) { in doParseXmlDecl() argument1217 if (standalone) in doParseXmlDecl()1218 *standalone = 1; in doParseXmlDecl()1220 if (standalone) in doParseXmlDecl()1221 *standalone = 0; in doParseXmlDecl()
403 XML_Bool standalone; member2936 if (! dtd->hasParamEntityRefs || dtd->standalone) { in doContent()4363 int standalone = -1; in processXmlDecl() local4375 &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 …]
222 int standalone);