Searched defs:xmlHasNsProp (Results 1 - 2 of 2) sorted by relevance

/external/libxml2/
H A Dtree.c2958 attr = xmlHasNsProp(cur->parent, prop->name, NULL);
2960 attr = xmlHasNsProp(cur->parent, prop->name, prop->ns->href);
3395 lastattr = xmlHasNsProp(parent, cur->name, NULL);
3397 lastattr = xmlHasNsProp(parent, cur->name, cur->ns->href);
6670 * xmlHasNsProp:
6686 xmlHasNsProp(const xmlNode *node, const xmlChar *name, const xmlChar *nameSpace) { function
H A Delfgcchack.h4235 #undef xmlHasNsProp macro
4236 extern __typeof (xmlHasNsProp) xmlHasNsProp __attribute((alias("xmlHasNsProp__internal_alias")));
4238 #ifndef xmlHasNsProp
4239 extern __typeof (xmlHasNsProp) xmlHasNsProp__internal_alias __attribute((visibility("hidden")));
4240 #define xmlHasNsProp xmlHasNsProp__internal_alias macro

Completed in 718 milliseconds