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

/external/libxml2/
H A Dtree.c6619 * xmlHasProp:
6631 xmlHasProp(const xmlNode *node, const xmlChar *name) { function
6711 prop = xmlHasProp(node, name);
H A Delfgcchack.h4245 #undef xmlHasProp macro
4246 extern __typeof (xmlHasProp) xmlHasProp __attribute((alias("xmlHasProp__internal_alias")));
4248 #ifndef xmlHasProp
4249 extern __typeof (xmlHasProp) xmlHasProp__internal_alias __attribute((visibility("hidden")));
4250 #define xmlHasProp xmlHasProp__internal_alias macro

Completed in 64 milliseconds