Searched refs:funcHash (Results 1 – 3 of 3) sorted by relevance
302 xmlHashTablePtr funcHash; /* Hash table of defined funcs */ member
4869 if (ctxt->funcHash == NULL) in xmlXPathRegisterFuncNS()4870 ctxt->funcHash = xmlHashCreate(0); in xmlXPathRegisterFuncNS()4871 if (ctxt->funcHash == NULL) in xmlXPathRegisterFuncNS()4874 return(xmlHashRemoveEntry2(ctxt->funcHash, name, ns_uri, NULL)); in xmlXPathRegisterFuncNS()4875 return(xmlHashAddEntry2(ctxt->funcHash, name, ns_uri, XML_CAST_FPTR(f))); in xmlXPathRegisterFuncNS()4953 if (ctxt->funcHash == NULL) in xmlXPathFunctionLookupNS()4956 XML_CAST_FPTR(ret) = xmlHashLookup2(ctxt->funcHash, name, ns_uri); in xmlXPathFunctionLookupNS()4971 xmlHashFree(ctxt->funcHash, NULL); in xmlXPathRegisteredFuncsCleanup()4972 ctxt->funcHash = NULL; in xmlXPathRegisteredFuncsCleanup()6129 ret->funcHash = xmlHashCreate(0); in xmlXPathNewContext()
314 d funcHash like(xmlHashTablePtr) Defined functions