Searched refs:nsHash (Results 1 – 5 of 5) sorted by relevance
/third_party/gettext/gnulib-local/lib/libxml/ |
D | xpath.in.h | 352 xmlHashTablePtr nsHash; /* The namespaces hash table */ member
|
D | xpath.c | 5180 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/ |
D | xpath.h | 325 xmlHashTablePtr nsHash; /* The namespaces hash table */ member
|
/third_party/libxml2/ |
D | xpath.c | 5122 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/ |
D | xpath.rpgle | 343 d nsHash like(xmlHashTablePtr) Namespace hashtable
|