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

Function xmlSchematronVErrMemory

ThirdParty/libxml2/vtklibxml2/schematron.c:289–297  ·  view source on GitHub ↗

* xmlSchematronVTypeErrMemory: * @node: a context node * @extra: extra information * * Handle an out of memory condition */

Source from the content-addressed store, hash-verified

287 * Handle an out of memory condition
288 */
289static void
290xmlSchematronVErrMemory(xmlSchematronValidCtxtPtr ctxt)
291{
292 if (ctxt != NULL) {
293 ctxt->nberrors++;
294 ctxt->err = XML_SCHEMAV_INTERNAL;
295 }
296 xmlRaiseMemoryError(NULL, NULL, NULL, XML_FROM_SCHEMASV, NULL);
297}
298
299/**
300 * xmlSchematronVErr:

Callers 3

schematron.cFile · 0.85

Calls 1

xmlRaiseMemoryErrorFunction · 0.85

Tested by

no test coverage detected