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

Function xmlXPathRegisteredFuncsCleanup

ThirdParty/libxml2/vtklibxml2/xpath.c:4042–4049  ·  view source on GitHub ↗

* xmlXPathRegisteredFuncsCleanup: * @ctxt: the XPath context * * Cleanup the XPath context data associated to registered functions */

Source from the content-addressed store, hash-verified

4040 * Cleanup the XPath context data associated to registered functions
4041 */
4042void
4043xmlXPathRegisteredFuncsCleanup(xmlXPathContextPtr ctxt) {
4044 if (ctxt == NULL)
4045 return;
4046
4047 xmlHashFree(ctxt->funcHash, NULL);
4048 ctxt->funcHash = NULL;
4049}
4050
4051/************************************************************************
4052 * *

Callers 1

xmlXPathFreeContextFunction · 0.85

Calls 1

xmlHashFreeFunction · 0.85

Tested by

no test coverage detected