Searched refs:funcHash (Results 1 – 3 of 3) sorted by relevance
304 xmlHashTablePtr funcHash; /* Hash table of defined funcs */ member
4845 if (ctxt->funcHash == NULL) in xmlXPathRegisterFuncNS()4846 ctxt->funcHash = xmlHashCreate(0); in xmlXPathRegisterFuncNS()4847 if (ctxt->funcHash == NULL) in xmlXPathRegisterFuncNS()4850 return(xmlHashRemoveEntry2(ctxt->funcHash, name, ns_uri, NULL)); in xmlXPathRegisterFuncNS()4852 return(xmlHashAddEntry2(ctxt->funcHash, name, ns_uri, (void *) f)); in xmlXPathRegisterFuncNS()4931 if (ctxt->funcHash == NULL) in xmlXPathFunctionLookupNS()4935 ret = (xmlXPathFunction) xmlHashLookup2(ctxt->funcHash, name, ns_uri); in xmlXPathFunctionLookupNS()4951 xmlHashFree(ctxt->funcHash, NULL); in xmlXPathRegisteredFuncsCleanup()4952 ctxt->funcHash = NULL; in xmlXPathRegisteredFuncsCleanup()6115 ret->funcHash = xmlHashCreate(0); in xmlXPathNewContext()
317 d funcHash like(xmlHashTablePtr) Defined functions