Searched refs:varHash (Results 1 – 3 of 3) sorted by relevance
294 xmlHashTablePtr varHash; /* Hash table of defined variables */ member
5031 if (ctxt->varHash == NULL) in xmlXPathRegisterVariableNS()5032 ctxt->varHash = xmlHashCreate(0); in xmlXPathRegisterVariableNS()5033 if (ctxt->varHash == NULL) in xmlXPathRegisterVariableNS()5036 return(xmlHashRemoveEntry2(ctxt->varHash, name, ns_uri, in xmlXPathRegisterVariableNS()5038 return(xmlHashUpdateEntry2(ctxt->varHash, name, ns_uri, in xmlXPathRegisterVariableNS()5109 if (ctxt->varHash == NULL) in xmlXPathVariableLookupNS()5115 xmlHashLookup2(ctxt->varHash, name, ns_uri))); in xmlXPathVariableLookupNS()5129 xmlHashFree(ctxt->varHash, xmlXPathFreeObjectEntry); in xmlXPathRegisteredVariablesCleanup()5130 ctxt->varHash = NULL; in xmlXPathRegisteredVariablesCleanup()6140 ret->varHash = NULL; in xmlXPathNewContext()
307 d varHash like(xmlHashTablePtr) Defined variables