Home
last modified time | relevance | path

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

/external/libxml2/
Dxmlsave.c791 const xmlChar *oldctxtenc = ctxt->encoding; in htmlNodeDumpOutputInternal() local
815 if ((encoding != NULL) && (oldctxtenc == NULL) && in htmlNodeDumpOutputInternal()
832 if ((switched_encoding) && (oldctxtenc == NULL)) { in htmlNodeDumpOutputInternal()
1111 const xmlChar *oldctxtenc = ctxt->encoding; in xmlDocContentDumpOutput() local
1142 if ((encoding != NULL) && (oldctxtenc == NULL) && in xmlDocContentDumpOutput()
1165 if ((encoding != NULL) && (oldctxtenc == NULL) && in xmlDocContentDumpOutput()
1246 if ((switched_encoding) && (oldctxtenc == NULL)) { in xmlDocContentDumpOutput()