Searched refs:xmlDictQLookup (Results 1 - 12 of 12) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/gettext-0.17/gnulib-local/lib/libxml/
H A Ddict.in.h51 xmlDictQLookup (xmlDictPtr dict,
H A Ddict.c764 * xmlDictQLookup:
774 xmlDictQLookup(xmlDictPtr dict, const xmlChar *prefix, const xmlChar *name) { function
H A Dxmlreader.c171 #define CONSTQSTR(p, str) xmlDictQLookup(reader->dict, (p), (str))
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/libxml2-2.7.2/include/libxml/
H A Ddict.h51 xmlDictQLookup (xmlDictPtr dict,
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/gettext-0.17/gettext-tools/gnulib-lib/libxml/
H A Ddict.in.h51 xmlDictQLookup (xmlDictPtr dict,
H A Ddict.c764 * xmlDictQLookup:
774 xmlDictQLookup(xmlDictPtr dict, const xmlChar *prefix, const xmlChar *name) { function
H A Dxmlreader.c171 #define CONSTQSTR(p, str) xmlDictQLookup(reader->dict, (p), (str))
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/libxml2-2.7.2/
H A Dtestdict.c279 tmp = xmlDictQLookup(dict, &prefix[0], cur);
280 if (xmlDictQLookup(dict, &prefix[0], cur) != test2[i]) {
296 tmp = xmlDictQLookup(dict, &prefix[0], cur);
297 if (xmlDictQLookup(dict, &prefix[0], cur) != test1[i]) {
410 tmp = xmlDictQLookup(dict, &prefix[0], cur);
411 if (xmlDictQLookup(dict, &prefix[0], cur) != test1[i]) {
H A Ddict.c950 * xmlDictQLookup:
960 xmlDictQLookup(xmlDictPtr dict, const xmlChar *prefix, const xmlChar *name) { function
H A Delfgcchack.h2851 #undef xmlDictQLookup macro
2852 extern __typeof (xmlDictQLookup) xmlDictQLookup __attribute((alias("xmlDictQLookup__internal_alias")));
2854 #ifndef xmlDictQLookup
2855 extern __typeof (xmlDictQLookup) xmlDictQLookup__internal_alias __attribute((visibility("hidden")));
2856 #define xmlDictQLookup xmlDictQLookup__internal_alias macro
H A Dxmlreader.c192 #define CONSTQSTR(p, str) xmlDictQLookup(reader->dict, (p), (str))
H A Dtestapi.c8353 ret_val = xmlDictQLookup(dict, (const xmlChar *)prefix, (const xmlChar *)name);
8361 printf("Leak of %d blocks found in xmlDictQLookup",
[all...]

Completed in 397 milliseconds