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

Function xmlXIncludeErrMemory

ThirdParty/libxml2/vtklibxml2/xinclude.c:132–141  ·  view source on GitHub ↗

* xmlXIncludeErrMemory: * @extra: extra information * * Handle an out of memory condition */

Source from the content-addressed store, hash-verified

130 * Handle an out of memory condition
131 */
132static void
133xmlXIncludeErrMemory(xmlXIncludeCtxtPtr ctxt)
134{
135 ctxt->errNo = XML_ERR_NO_MEMORY;
136 ctxt->fatalErr = 1;
137 ctxt->nbErrors++;
138
139 xmlRaiseMemoryError(ctxt->errorHandler, NULL, ctxt->errorCtxt,
140 XML_FROM_XINCLUDE, NULL);
141}
142
143/**
144 * xmlXIncludeErr:

Callers 10

xmlXIncludeGetPropFunction · 0.85
xmlXIncludeParseFileFunction · 0.85
xmlXIncludeAddNodeFunction · 0.85
xmlXIncludeBaseFixupFunction · 0.85
xmlXIncludeCopyNodeFunction · 0.85
xmlXIncludeMergeEntityFunction · 0.85
xmlXIncludeMergeEntitiesFunction · 0.85
xmlXIncludeLoadDocFunction · 0.85
xmlXIncludeLoadTxtFunction · 0.85
xmlXIncludeIncludeNodeFunction · 0.85

Calls 1

xmlRaiseMemoryErrorFunction · 0.85

Tested by

no test coverage detected