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

/external/libxml2/
H A Dtree.c6598 * xmlUnsetProp:
6607 xmlUnsetProp(xmlNodePtr node, const xmlChar *name) { function
H A Delfgcchack.h15026 #undef xmlUnsetProp macro
15027 extern __typeof (xmlUnsetProp) xmlUnsetProp __attribute((alias("xmlUnsetProp__internal_alias")));
15029 #ifndef xmlUnsetProp
15030 extern __typeof (xmlUnsetProp) xmlUnsetProp__internal_alias __attribute((visibility("hidden")));
15031 #define xmlUnsetProp xmlUnsetProp__internal_alias macro

Completed in 87 milliseconds