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

/external/chromium_org/third_party/libxml/src/
H A Dtree.c2891 attr = xmlHasNsProp(cur->parent, prop->name, NULL);
2893 attr = xmlHasNsProp(cur->parent, prop->name, prop->ns->href);
3328 lastattr = xmlHasNsProp(parent, cur->name, NULL);
3330 lastattr = xmlHasNsProp(parent, cur->name, cur->ns->href);
6511 * xmlHasNsProp:
6527 xmlHasNsProp(xmlNodePtr node, const xmlChar *name, const xmlChar *nameSpace) { function
H A Delfgcchack.h4143 #undef xmlHasNsProp macro
4144 extern __typeof (xmlHasNsProp) xmlHasNsProp __attribute((alias("xmlHasNsProp__internal_alias")));
4146 #ifndef xmlHasNsProp
4147 extern __typeof (xmlHasNsProp) xmlHasNsProp__internal_alias __attribute((visibility("hidden")));
4148 #define xmlHasNsProp xmlHasNsProp__internal_alias macro
/external/libxml2/
H A Dtree.c2933 attr = xmlHasNsProp(cur->parent, prop->name, NULL);
2935 attr = xmlHasNsProp(cur->parent, prop->name, prop->ns->href);
3370 lastattr = xmlHasNsProp(parent, cur->name, NULL);
3372 lastattr = xmlHasNsProp(parent, cur->name, cur->ns->href);
6631 * xmlHasNsProp:
6647 xmlHasNsProp(xmlNodePtr 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 522 milliseconds