Searched refs:varHash (Results 1 – 3 of 3) sorted by relevance
294 xmlHashTablePtr varHash; /* Hash table of defined variables */ member
5029 if (ctxt->varHash == NULL) in xmlXPathRegisterVariableNS()5030 ctxt->varHash = xmlHashCreate(0); in xmlXPathRegisterVariableNS()5031 if (ctxt->varHash == NULL) in xmlXPathRegisterVariableNS()5034 return(xmlHashRemoveEntry2(ctxt->varHash, name, ns_uri, in xmlXPathRegisterVariableNS()5036 return(xmlHashUpdateEntry2(ctxt->varHash, name, ns_uri, in xmlXPathRegisterVariableNS()5107 if (ctxt->varHash == NULL) in xmlXPathVariableLookupNS()5113 xmlHashLookup2(ctxt->varHash, name, ns_uri))); in xmlXPathVariableLookupNS()5127 xmlHashFree(ctxt->varHash, xmlXPathFreeObjectEntry); in xmlXPathRegisteredVariablesCleanup()5128 ctxt->varHash = NULL; in xmlXPathRegisteredVariablesCleanup()6138 ret->varHash = NULL; in xmlXPathNewContext()
307 d varHash like(xmlHashTablePtr) Defined variables