Home
last modified time | relevance | path

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

/external/libxml2/
Dxmlsave.c843 const xmlChar *oldctxtenc = ctxt->encoding; in htmlNodeDumpOutputInternal() local
867 if ((encoding != NULL) && (oldctxtenc == NULL) && in htmlNodeDumpOutputInternal()
884 if ((switched_encoding) && (oldctxtenc == NULL)) { in htmlNodeDumpOutputInternal()
1108 const xmlChar *oldctxtenc = ctxt->encoding; in xmlDocContentDumpOutput() local
1139 if ((encoding != NULL) && (oldctxtenc == NULL) && in xmlDocContentDumpOutput()
1162 if ((encoding != NULL) && (oldctxtenc == NULL) && in xmlDocContentDumpOutput()
1241 if ((switched_encoding) && (oldctxtenc == NULL)) { in xmlDocContentDumpOutput()