Searched refs:nsHash (Results 1 – 3 of 3) sorted by relevance
323 xmlHashTablePtr nsHash; /* The namespaces hash table */ member
5143 if (ctxt->nsHash == NULL) in xmlXPathRegisterNs()5144 ctxt->nsHash = xmlHashCreate(10); in xmlXPathRegisterNs()5145 if (ctxt->nsHash == NULL) in xmlXPathRegisterNs()5148 return(xmlHashRemoveEntry(ctxt->nsHash, prefix, in xmlXPathRegisterNs()5150 return(xmlHashUpdateEntry(ctxt->nsHash, prefix, (void *) xmlStrdup(ns_uri), in xmlXPathRegisterNs()5186 return((const xmlChar *) xmlHashLookup(ctxt->nsHash, prefix)); in xmlXPathNsLookup()5200 xmlHashFree(ctxt->nsHash, (xmlHashDeallocator)xmlFree); in xmlXPathRegisteredNsCleanup()5201 ctxt->nsHash = NULL; in xmlXPathRegisteredNsCleanup()6135 ret->nsHash = NULL; in xmlXPathNewContext()
340 d nsHash like(xmlHashTablePtr) Namespace hashtable