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

/external/libxml2/
H A Dtree.c6473 * xmlHasProp:
6485 xmlHasProp(xmlNodePtr node, const xmlChar *name) { function
6565 prop = xmlHasProp(node, name);
H A Delfgcchack.h4153 #undef xmlHasProp macro
4154 extern __typeof (xmlHasProp) xmlHasProp __attribute((alias("xmlHasProp__internal_alias")));
4156 #ifndef xmlHasProp
4157 extern __typeof (xmlHasProp) xmlHasProp__internal_alias __attribute((visibility("hidden")));
4158 #define xmlHasProp xmlHasProp__internal_alias macro

Completed in 64 milliseconds