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

/external/chromium_org/third_party/libxml/src/
H A Dtree.c3153 * xmlAddChildList:
3163 xmlAddChildList(xmlNodePtr parent, xmlNodePtr cur) { function
3169 "xmlAddChildList : parent == NULL\n");
3177 "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
/external/libxml2/
H A Dtree.c3195 * xmlAddChildList:
3205 xmlAddChildList(xmlNodePtr parent, xmlNodePtr cur) { function
3211 "xmlAddChildList : parent == NULL\n");
3219 "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 1655 milliseconds