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

/external/libxml2/
H A Dtree.c3164 * xmlAddChildList:
3174 xmlAddChildList(xmlNodePtr parent, xmlNodePtr cur) { function
3180 "xmlAddChildList : parent == NULL\n");
3188 "xmlAddChildList : child == NULL\n");
H A Delfgcchack.h985 #undef xmlAddChildList macro
986 extern __typeof (xmlAddChildList) xmlAddChildList __attribute((alias("xmlAddChildList__internal_alias")));
988 #ifndef xmlAddChildList
989 extern __typeof (xmlAddChildList) xmlAddChildList__internal_alias __attribute((visibility("hidden")));
990 #define xmlAddChildList xmlAddChildList__internal_alias macro

Completed in 99 milliseconds