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

Function xmlSBufCleanup

ThirdParty/libxml2/vtklibxml2/parser.c:857–863  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

855}
856
857static void
858xmlSBufCleanup(xmlSBuf *buf, xmlParserCtxtPtr ctxt, const char *errMsg) {
859 if (buf->code != XML_ERR_OK)
860 xmlSBufReportError(buf, ctxt, errMsg);
861
862 xmlFree(buf->mem);
863}
864
865static int
866xmlUTF8MultibyteLen(xmlParserCtxtPtr ctxt, const xmlChar *str,

Callers 2

xmlParseEntityValueFunction · 0.85
xmlParseAttValueInternalFunction · 0.85

Calls 1

xmlSBufReportErrorFunction · 0.85

Tested by

no test coverage detected