Home
last modified time | relevance | path

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

/third_party/gettext/gnulib-local/lib/libxml/
Dxpath.in.h352 xmlHashTablePtr nsHash; /* The namespaces hash table */ member
Dxpath.c5180 if (ctxt->nsHash == NULL) in xmlXPathRegisterNs()
5181 ctxt->nsHash = xmlHashCreate(10); in xmlXPathRegisterNs()
5182 if (ctxt->nsHash == NULL) in xmlXPathRegisterNs()
5185 return(xmlHashRemoveEntry(ctxt->nsHash, prefix, in xmlXPathRegisterNs()
5187 return(xmlHashUpdateEntry(ctxt->nsHash, prefix, (void *) xmlStrdup(ns_uri), in xmlXPathRegisterNs()
5223 return((const xmlChar *) xmlHashLookup(ctxt->nsHash, prefix)); in xmlXPathNsLookup()
5237 xmlHashFree(ctxt->nsHash, xmlHashDefaultDeallocator); in xmlXPathRegisteredNsCleanup()
5238 ctxt->nsHash = NULL; in xmlXPathRegisteredNsCleanup()
6178 ret->nsHash = NULL; in xmlXPathNewContext()
/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