Searched refs:nsHash (Results 1 – 3 of 3) sorted by relevance
323 xmlHashTablePtr nsHash; /* The namespaces hash table */ member
5152 if (ctxt->nsHash == NULL) in xmlXPathRegisterNs()5153 ctxt->nsHash = xmlHashCreate(10); in xmlXPathRegisterNs()5154 if (ctxt->nsHash == NULL) in xmlXPathRegisterNs()5157 return(xmlHashRemoveEntry(ctxt->nsHash, prefix, in xmlXPathRegisterNs()5159 return(xmlHashUpdateEntry(ctxt->nsHash, prefix, (void *) xmlStrdup(ns_uri), in xmlXPathRegisterNs()5195 return((const xmlChar *) xmlHashLookup(ctxt->nsHash, prefix)); in xmlXPathNsLookup()5209 xmlHashFree(ctxt->nsHash, xmlHashDefaultDeallocator); in xmlXPathRegisteredNsCleanup()5210 ctxt->nsHash = NULL; in xmlXPathRegisteredNsCleanup()6150 ret->nsHash = NULL; in xmlXPathNewContext()
343 d nsHash like(xmlHashTablePtr) Namespace hashtable