Searched refs:nsHash (Results 1 – 3 of 3) sorted by relevance
325 xmlHashTablePtr nsHash; /* The namespaces hash table */ member
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()
343 d nsHash like(xmlHashTablePtr) Namespace hashtable