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

Function xmlSBufReportError

ThirdParty/libxml2/vtklibxml2/parser.c:820–826  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

818}
819
820static void
821xmlSBufReportError(xmlSBuf *buf, xmlParserCtxtPtr ctxt, const char *errMsg) {
822 if (buf->code == XML_ERR_NO_MEMORY)
823 xmlCtxtErrMemory(ctxt);
824 else
825 xmlFatalErr(ctxt, buf->code, errMsg);
826}
827
828static xmlChar *
829xmlSBufFinish(xmlSBuf *buf, int *sizeOut, xmlParserCtxtPtr ctxt,

Callers 2

xmlSBufFinishFunction · 0.85
xmlSBufCleanupFunction · 0.85

Calls 2

xmlCtxtErrMemoryFunction · 0.85
xmlFatalErrFunction · 0.85

Tested by

no test coverage detected