Home | History | Annotate | Download | only in libxml2

Lines Matching refs:nsHash

5022     if (ctxt->nsHash == NULL)
5023 ctxt->nsHash = xmlHashCreate(10);
5024 if (ctxt->nsHash == NULL)
5027 return(xmlHashRemoveEntry(ctxt->nsHash, prefix,
5029 return(xmlHashUpdateEntry(ctxt->nsHash, prefix, (void *) xmlStrdup(ns_uri),
5065 return((const xmlChar *) xmlHashLookup(ctxt->nsHash, prefix));
5079 xmlHashFree(ctxt->nsHash, (xmlHashDeallocator)xmlFree);
5080 ctxt->nsHash = NULL;
6014 ret->nsHash = NULL;