Home
last modified time | relevance | path

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

/external/libxml2/
Dxmlsave.c748 const xmlChar *oldctxtenc = ctxt->encoding; in htmlNodeDumpOutputInternal() local
772 if ((encoding != NULL) && (oldctxtenc == NULL) && in htmlNodeDumpOutputInternal()
789 if ((switched_encoding) && (oldctxtenc == NULL)) { in htmlNodeDumpOutputInternal()
1013 const xmlChar *oldctxtenc = ctxt->encoding; in xmlDocContentDumpOutput() local
1047 if ((encoding != NULL) && (oldctxtenc == NULL) && in xmlDocContentDumpOutput()
1070 if ((encoding != NULL) && (oldctxtenc == NULL) && in xmlDocContentDumpOutput()
1149 if ((switched_encoding) && (oldctxtenc == NULL)) { in xmlDocContentDumpOutput()