Searched refs:funcHash (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.h300 xmlHashTablePtr funcHash; /* Hash table of defined funcs */ 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.h300 xmlHashTablePtr funcHash; /* Hash table of defined funcs */ 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.h297 xmlHashTablePtr funcHash; /* Hash table of defined funcs */ member in struct:_xmlXPathContext
H A Dxpath.c4718 if (ctxt->funcHash == NULL)
4719 ctxt->funcHash = xmlHashCreate(0);
4720 if (ctxt->funcHash == NULL)
4723 return(xmlHashRemoveEntry2(ctxt->funcHash, name, ns_uri, NULL));
4724 return(xmlHashAddEntry2(ctxt->funcHash, name, ns_uri, XML_CAST_FPTR(f)));
4802 if (ctxt->funcHash == NULL)
4805 XML_CAST_FPTR(ret) = xmlHashLookup2(ctxt->funcHash, name, ns_uri);
4820 xmlHashFree(ctxt->funcHash, NULL);
4821 ctxt->funcHash = NULL;
5973 ret->funcHash
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/libxml2-2.7.2/include/libxml/
H A Dxpath.h300 xmlHashTablePtr funcHash; /* Hash table of defined funcs */ 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.h297 xmlHashTablePtr funcHash; /* Hash table of defined funcs */ member in struct:_xmlXPathContext
H A Dxpath.c4718 if (ctxt->funcHash == NULL)
4719 ctxt->funcHash = xmlHashCreate(0);
4720 if (ctxt->funcHash == NULL)
4723 return(xmlHashRemoveEntry2(ctxt->funcHash, name, ns_uri, NULL));
4724 return(xmlHashAddEntry2(ctxt->funcHash, name, ns_uri, XML_CAST_FPTR(f)));
4802 if (ctxt->funcHash == NULL)
4805 XML_CAST_FPTR(ret) = xmlHashLookup2(ctxt->funcHash, name, ns_uri);
4820 xmlHashFree(ctxt->funcHash, NULL);
4821 ctxt->funcHash = NULL;
5973 ret->funcHash
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/libxml2-2.7.2/
H A Dxpath.c4750 if (ctxt->funcHash == NULL)
4751 ctxt->funcHash = xmlHashCreate(0);
4752 if (ctxt->funcHash == NULL)
4755 return(xmlHashRemoveEntry2(ctxt->funcHash, name, ns_uri, NULL));
4756 return(xmlHashAddEntry2(ctxt->funcHash, name, ns_uri, XML_CAST_FPTR(f)));
4834 if (ctxt->funcHash == NULL)
4837 XML_CAST_FPTR(ret) = xmlHashLookup2(ctxt->funcHash, name, ns_uri);
4852 xmlHashFree(ctxt->funcHash, NULL);
4853 ctxt->funcHash = NULL;
6008 ret->funcHash
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/libxml2-2.7.2/source/
H A Dxpath.c4750 if (ctxt->funcHash == NULL)
4751 ctxt->funcHash = xmlHashCreate(0);
4752 if (ctxt->funcHash == NULL)
4755 return(xmlHashRemoveEntry2(ctxt->funcHash, name, ns_uri, NULL));
4756 return(xmlHashAddEntry2(ctxt->funcHash, name, ns_uri, XML_CAST_FPTR(f)));
4834 if (ctxt->funcHash == NULL)
4837 XML_CAST_FPTR(ret) = xmlHashLookup2(ctxt->funcHash, name, ns_uri);
4852 xmlHashFree(ctxt->funcHash, NULL);
4853 ctxt->funcHash = NULL;
6008 ret->funcHash
[all...]

Completed in 188 milliseconds