Searched refs:xmlHasNsProp (Results 1 - 13 of 13) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/libxml2-2.7.2/source/include/libxml/
H A Dtree.h987 xmlHasNsProp (xmlNodePtr node,
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/libxml2-2.7.2/source/ipkg-install/usr/include/libxml2/libxml/
H A Dtree.h987 xmlHasNsProp (xmlNodePtr node,
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gnulib-local/lib/libxml/
H A Dtree.in.h959 xmlHasNsProp (xmlNodePtr node,
H A Dtree.c2872 attr = xmlHasNsProp(cur->parent, prop->name, NULL);
2874 attr = xmlHasNsProp(cur->parent, prop->name, prop->ns->href);
3300 lastattr = xmlHasNsProp(parent, cur->name, NULL);
3302 lastattr = xmlHasNsProp(parent, cur->name, cur->ns->href);
6242 * xmlHasNsProp:
6258 xmlHasNsProp(xmlNodePtr node, const xmlChar *name, const xmlChar *nameSpace) { function
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/libxml2-2.7.2/include/libxml/
H A Dtree.h987 xmlHasNsProp (xmlNodePtr node,
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-tools/gnulib-lib/libxml/
H A Dtree.in.h959 xmlHasNsProp (xmlNodePtr node,
H A Dtree.c2872 attr = xmlHasNsProp(cur->parent, prop->name, NULL);
2874 attr = xmlHasNsProp(cur->parent, prop->name, prop->ns->href);
3300 lastattr = xmlHasNsProp(parent, cur->name, NULL);
3302 lastattr = xmlHasNsProp(parent, cur->name, cur->ns->href);
6242 * xmlHasNsProp:
6258 xmlHasNsProp(xmlNodePtr node, const xmlChar *name, const xmlChar *nameSpace) { function
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/libxml2-2.7.2/
H A Dtree.c2891 attr = xmlHasNsProp(cur->parent, prop->name, NULL);
2893 attr = xmlHasNsProp(cur->parent, prop->name, prop->ns->href);
3319 lastattr = xmlHasNsProp(parent, cur->name, NULL);
3321 lastattr = xmlHasNsProp(parent, cur->name, cur->ns->href);
6300 * xmlHasNsProp:
6316 xmlHasNsProp(xmlNodePtr node, const xmlChar *name, const xmlChar *nameSpace) { function
H A Delfgcchack.h4119 #undef xmlHasNsProp macro
4120 extern __typeof (xmlHasNsProp) xmlHasNsProp __attribute((alias("xmlHasNsProp__internal_alias")));
4122 #ifndef xmlHasNsProp
4123 extern __typeof (xmlHasNsProp) xmlHasNsProp__internal_alias __attribute((visibility("hidden")));
4124 #define xmlHasNsProp xmlHasNsProp__internal_alias macro
H A Dtestapi.c20540 ret_val = xmlHasNsProp(node, (const xmlChar *)name, (const xmlChar *)nameSpace);
20548 printf("Leak of %d blocks found in xmlHasNsProp",
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/libxml2-2.7.2/source/
H A Dtree.c2891 attr = xmlHasNsProp(cur->parent, prop->name, NULL);
2893 attr = xmlHasNsProp(cur->parent, prop->name, prop->ns->href);
3319 lastattr = xmlHasNsProp(parent, cur->name, NULL);
3321 lastattr = xmlHasNsProp(parent, cur->name, cur->ns->href);
6300 * xmlHasNsProp:
6316 xmlHasNsProp(xmlNodePtr node, const xmlChar *name, const xmlChar *nameSpace) { function
H A Delfgcchack.h4119 #undef xmlHasNsProp macro
4120 extern __typeof (xmlHasNsProp) xmlHasNsProp __attribute((alias("xmlHasNsProp__internal_alias")));
4122 #ifndef xmlHasNsProp
4123 extern __typeof (xmlHasNsProp) xmlHasNsProp__internal_alias __attribute((visibility("hidden")));
4124 #define xmlHasNsProp xmlHasNsProp__internal_alias macro
H A Dtestapi.c20540 ret_val = xmlHasNsProp(node, (const xmlChar *)name, (const xmlChar *)nameSpace);
20548 printf("Leak of %d blocks found in xmlHasNsProp",
[all...]

Completed in 878 milliseconds