Searched refs:varHash (Results 1 – 3 of 3) sorted by relevance
296 xmlHashTablePtr varHash; /* Hash table of defined variables */ member
4999 if (ctxt->varHash == NULL) in xmlXPathRegisterVariableNS()5000 ctxt->varHash = xmlHashCreate(0); in xmlXPathRegisterVariableNS()5001 if (ctxt->varHash == NULL) in xmlXPathRegisterVariableNS()5004 return(xmlHashRemoveEntry2(ctxt->varHash, name, ns_uri, in xmlXPathRegisterVariableNS()5006 return(xmlHashUpdateEntry2(ctxt->varHash, name, ns_uri, in xmlXPathRegisterVariableNS()5077 if (ctxt->varHash == NULL) in xmlXPathVariableLookupNS()5083 xmlHashLookup2(ctxt->varHash, name, ns_uri))); in xmlXPathVariableLookupNS()5097 xmlHashFree(ctxt->varHash, xmlXPathFreeObjectEntry); in xmlXPathRegisteredVariablesCleanup()5098 ctxt->varHash = NULL; in xmlXPathRegisteredVariablesCleanup()6109 ret->varHash = NULL; in xmlXPathNewContext()
307 d varHash like(xmlHashTablePtr) Defined variables