MCPcopy Create free account
hub / github.com/Kitware/VTK / xmlSaveClearEncoding

Function xmlSaveClearEncoding

ThirdParty/libxml2/vtklibxml2/xmlsave.c:823–831  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

821}
822
823static int xmlSaveClearEncoding(xmlSaveCtxtPtr ctxt) {
824 xmlOutputBufferPtr buf = ctxt->buf;
825 xmlOutputBufferFlush(buf);
826 xmlCharEncCloseFunc(buf->encoder);
827 xmlBufFree(buf->conv);
828 buf->encoder = NULL;
829 buf->conv = NULL;
830 return(0);
831}
832
833#ifdef LIBXML_HTML_ENABLED
834static void

Callers 2

xmlDocContentDumpOutputFunction · 0.85

Calls 3

xmlOutputBufferFlushFunction · 0.85
xmlCharEncCloseFuncFunction · 0.85
xmlBufFreeFunction · 0.85

Tested by

no test coverage detected