Searched refs:nsHash (Results 1 - 5 of 5) sorted by relevance

/haiku-fatelf/src/tools/docbook/libxml2/include/libxml/
H A Dxpath.h318 xmlHashTablePtr nsHash; /* The namespaces hash table */ member in struct:_xmlXPathContext
/haiku-fatelf/src/tools/docbook/libxslt/libxslt/
H A Dxslt.c934 if (style->nsHash != NULL)
935 xmlHashFree(style->nsHash, NULL);
3445 if (style->nsHash == NULL) {
3446 style->nsHash = xmlHashCreate(10);
3447 if (style->nsHash == NULL) {
3454 URI = xmlHashLookup(style->nsHash, ns->prefix);
3460 xmlHashUpdateEntry(style->nsHash, ns->prefix,
H A DxsltInternals.h1435 xmlHashTablePtr nsHash; /* the set of namespaces in use: member in struct:_xsltStylesheet
H A Dtransform.c439 cur->xpathCtxt->nsHash = style->nsHash;
496 ctxt->xpathCtxt->nsHash = NULL;
/haiku-fatelf/src/tools/docbook/libxml2/
H A Dxpath.c4754 if (ctxt->nsHash == NULL)
4755 ctxt->nsHash = xmlHashCreate(10);
4756 if (ctxt->nsHash == NULL)
4759 return(xmlHashRemoveEntry(ctxt->nsHash, prefix,
4761 return(xmlHashUpdateEntry(ctxt->nsHash, prefix, (void *) xmlStrdup(ns_uri),
4797 return((const xmlChar *) xmlHashLookup(ctxt->nsHash, prefix));
4811 xmlHashFree(ctxt->nsHash, (xmlHashDeallocator)xmlFree);
4812 ctxt->nsHash = NULL;
5744 ret->nsHash = NULL;

Completed in 105 milliseconds