Home
last modified time | relevance | path

Searched refs:nsHash (Results 1 – 3 of 3) sorted by relevance

/third_party/libxml2/include/libxml/
Dxpath.h325 xmlHashTablePtr nsHash; /* The namespaces hash table */ member
/third_party/libxml2/
Dxpath.c5122 if (ctxt->nsHash == NULL) in xmlXPathRegisterNs()
5123 ctxt->nsHash = xmlHashCreate(10); in xmlXPathRegisterNs()
5124 if (ctxt->nsHash == NULL) in xmlXPathRegisterNs()
5127 return(xmlHashRemoveEntry(ctxt->nsHash, prefix, in xmlXPathRegisterNs()
5129 return(xmlHashUpdateEntry(ctxt->nsHash, prefix, (void *) xmlStrdup(ns_uri), in xmlXPathRegisterNs()
5165 return((const xmlChar *) xmlHashLookup(ctxt->nsHash, prefix)); in xmlXPathNsLookup()
5179 xmlHashFree(ctxt->nsHash, xmlHashDefaultDeallocator); in xmlXPathRegisteredNsCleanup()
5180 ctxt->nsHash = NULL; in xmlXPathRegisteredNsCleanup()
6121 ret->nsHash = NULL; in xmlXPathNewContext()
/third_party/libxml2/os400/libxmlrpg/
Dxpath.rpgle343 d nsHash like(xmlHashTablePtr) Namespace hashtable