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

Function xmlRegexpErrMemory

ThirdParty/libxml2/vtklibxml2/xmlregexp.c:360–367  ·  view source on GitHub ↗

* * * Regexp memory error handler * * * ************************************************************************/ * xmlRegexpErrMemory: * @extra: extra information * * Handle an out of memory condition */

Source from the content-addressed store, hash-verified

358 * Handle an out of memory condition
359 */
360static void
361xmlRegexpErrMemory(xmlRegParserCtxtPtr ctxt)
362{
363 if (ctxt != NULL)
364 ctxt->error = XML_ERR_NO_MEMORY;
365
366 xmlRaiseMemoryError(NULL, NULL, NULL, XML_FROM_REGEXP, NULL);
367}
368
369/**
370 * xmlRegexpErrCompile:

Callers 15

xmlRegexpErrCompileFunction · 0.85
xmlRegEpxFromParseFunction · 0.85
xmlRegNewRangeFunction · 0.85
xmlRegCopyRangeFunction · 0.85
xmlRegNewAtomFunction · 0.85
xmlRegCopyAtomFunction · 0.85
xmlRegNewStateFunction · 0.85
xmlRegAtomAddRangeFunction · 0.85
xmlRegGetCounterFunction · 0.85
xmlRegAtomPushFunction · 0.85
xmlRegStateAddTransToFunction · 0.85
xmlRegStateAddTransFunction · 0.85

Calls 1

xmlRaiseMemoryErrorFunction · 0.85

Tested by

no test coverage detected