Home
last modified time | relevance | path

Searched refs:varHash (Results 1 – 2 of 2) sorted by relevance

/reactos/sdk/include/reactos/libs/libxml/
H A Dxpath.h306 xmlHashTablePtr varHash; /* Hash table of defined variables */ member
/reactos/sdk/lib/3rdparty/libxml2/
H A Dxpath.c5005 if (ctxt->varHash == NULL) in xmlXPathRegisterVariableNS()
5006 ctxt->varHash = xmlHashCreate(0); in xmlXPathRegisterVariableNS()
5007 if (ctxt->varHash == NULL) in xmlXPathRegisterVariableNS()
5010 return(xmlHashRemoveEntry2(ctxt->varHash, name, ns_uri, in xmlXPathRegisterVariableNS()
5012 return(xmlHashUpdateEntry2(ctxt->varHash, name, ns_uri, in xmlXPathRegisterVariableNS()
5083 if (ctxt->varHash == NULL) in xmlXPathVariableLookupNS()
5089 xmlHashLookup2(ctxt->varHash, name, ns_uri))); in xmlXPathVariableLookupNS()
5103 xmlHashFree(ctxt->varHash, xmlXPathFreeObjectEntry); in xmlXPathRegisteredVariablesCleanup()
5104 ctxt->varHash = NULL; in xmlXPathRegisteredVariablesCleanup()
6125 ret->varHash = NULL; in xmlXPathNewContext()