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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/libxml2-2.7.2/source/include/libxml/
H A Dxpath.h321 xmlHashTablePtr nsHash; /* The namespaces hash table */ member in struct:_xmlXPathContext
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/libxml2-2.7.2/source/ipkg-install/usr/include/libxml2/libxml/
H A Dxpath.h321 xmlHashTablePtr nsHash; /* The namespaces hash table */ member in struct:_xmlXPathContext
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gnulib-local/lib/libxml/
H A Dxpath.in.h318 xmlHashTablePtr nsHash; /* The namespaces hash table */ member in struct:_xmlXPathContext
H A Dxpath.c4990 if (ctxt->nsHash == NULL)
4991 ctxt->nsHash = xmlHashCreate(10);
4992 if (ctxt->nsHash == NULL)
4995 return(xmlHashRemoveEntry(ctxt->nsHash, prefix,
4997 return(xmlHashUpdateEntry(ctxt->nsHash, prefix, (void *) xmlStrdup(ns_uri),
5033 return((const xmlChar *) xmlHashLookup(ctxt->nsHash, prefix));
5047 xmlHashFree(ctxt->nsHash, (xmlHashDeallocator)xmlFree);
5048 ctxt->nsHash = NULL;
5979 ret->nsHash = NULL;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/libxml2-2.7.2/include/libxml/
H A Dxpath.h321 xmlHashTablePtr nsHash; /* The namespaces hash table */ member in struct:_xmlXPathContext
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-tools/gnulib-lib/libxml/
H A Dxpath.in.h318 xmlHashTablePtr nsHash; /* The namespaces hash table */ member in struct:_xmlXPathContext
H A Dxpath.c4990 if (ctxt->nsHash == NULL)
4991 ctxt->nsHash = xmlHashCreate(10);
4992 if (ctxt->nsHash == NULL)
4995 return(xmlHashRemoveEntry(ctxt->nsHash, prefix,
4997 return(xmlHashUpdateEntry(ctxt->nsHash, prefix, (void *) xmlStrdup(ns_uri),
5033 return((const xmlChar *) xmlHashLookup(ctxt->nsHash, prefix));
5047 xmlHashFree(ctxt->nsHash, (xmlHashDeallocator)xmlFree);
5048 ctxt->nsHash = NULL;
5979 ret->nsHash = NULL;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/libxml2-2.7.2/
H A Dxpath.c5022 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;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/libxml2-2.7.2/source/
H A Dxpath.c5022 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;

Completed in 217 milliseconds