Searched refs:funcHash (Results 1 – 3 of 3) sorted by relevance
302 xmlHashTablePtr funcHash; /* Hash table of defined funcs */ member
4877 if (ctxt->funcHash == NULL) in xmlXPathRegisterFuncNS()4878 ctxt->funcHash = xmlHashCreate(0); in xmlXPathRegisterFuncNS()4879 if (ctxt->funcHash == NULL) in xmlXPathRegisterFuncNS()4882 return(xmlHashRemoveEntry2(ctxt->funcHash, name, ns_uri, NULL)); in xmlXPathRegisterFuncNS()4884 return(xmlHashAddEntry2(ctxt->funcHash, name, ns_uri, (void *) f)); in xmlXPathRegisterFuncNS()4963 if (ctxt->funcHash == NULL) in xmlXPathFunctionLookupNS()4967 ret = (xmlXPathFunction) xmlHashLookup2(ctxt->funcHash, name, ns_uri); in xmlXPathFunctionLookupNS()4983 xmlHashFree(ctxt->funcHash, NULL); in xmlXPathRegisteredFuncsCleanup()4984 ctxt->funcHash = NULL; in xmlXPathRegisteredFuncsCleanup()6146 ret->funcHash = xmlHashCreate(0); in xmlXPathNewContext()
317 d funcHash like(xmlHashTablePtr) Defined functions