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

Function xmlXPathErrMemory

ThirdParty/libxml2/vtklibxml2/xpath.c:630–637  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

628 * Handle a memory allocation failure.
629 */
630void
631xmlXPathErrMemory(xmlXPathContextPtr ctxt)
632{
633 if (ctxt == NULL)
634 return;
635 xmlRaiseMemoryError(ctxt->error, NULL, ctxt->userData, XML_FROM_XPATH,
636 &ctxt->lastError);
637}
638
639/**
640 * xmlXPathPErrMemory:

Callers 9

xmlXPathPErrMemoryFunction · 0.85
xmlXPathContextSetCacheFunction · 0.85
xmlXPathRegisterFuncNSFunction · 0.85
ifFunction · 0.85
xmlXPathRegisterNsFunction · 0.85
xmlXPathNewParserContextFunction · 0.85
xmlXPathTryStreamCompileFunction · 0.85
xmlXPtrEvalFunction · 0.85

Calls 1

xmlRaiseMemoryErrorFunction · 0.85

Tested by

no test coverage detected