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

Function xmlXPathPErrMemory

ThirdParty/libxml2/vtklibxml2/xpath.c:645–652  ·  view source on GitHub ↗

* xmlXPathPErrMemory: * @ctxt: an XPath parser context * * Handle a memory allocation failure. */

Source from the content-addressed store, hash-verified

643 * Handle a memory allocation failure.
644 */
645void
646xmlXPathPErrMemory(xmlXPathParserContextPtr ctxt)
647{
648 if (ctxt == NULL)
649 return;
650 ctxt->error = XPATH_MEMORY_ERROR;
651 xmlXPathErrMemory(ctxt->context);
652}
653
654/**
655 * xmlXPathErr:

Callers 15

xmlXPathErrFunction · 0.85
xmlXPathCompExprAddFunction · 0.85
xmlXPathCacheWrapNodeSetFunction · 0.85
xmlXPathCacheWrapStringFunction · 0.85
xmlXPathCacheNewNodeSetFunction · 0.85
xmlXPathCacheNewStringFunction · 0.85
xmlXPathCacheNewBooleanFunction · 0.85
xmlXPathCacheNewFloatFunction · 0.85
xmlXPathCacheObjectCopyFunction · 0.85
valuePushFunction · 0.85
xmlXPathPopStringFunction · 0.85

Calls 1

xmlXPathErrMemoryFunction · 0.85

Tested by

no test coverage detected