xmlAddChildList   581 third_party/libxml/src/SAX2.c 	    xmlAddChildList((xmlNodePtr) ret, children);
xmlAddChildList  2329 third_party/libxml/src/debugXML.c 	xmlAddChildList(node, results);
xmlAddChildList   985 third_party/libxml/src/elfgcchack.h #undef xmlAddChildList
xmlAddChildList   986 third_party/libxml/src/elfgcchack.h extern __typeof (xmlAddChildList) xmlAddChildList __attribute((alias("xmlAddChildList__internal_alias")));
xmlAddChildList   988 third_party/libxml/src/elfgcchack.h #ifndef xmlAddChildList
xmlAddChildList   989 third_party/libxml/src/elfgcchack.h extern __typeof (xmlAddChildList) xmlAddChildList__internal_alias __attribute((visibility("hidden")));
xmlAddChildList   990 third_party/libxml/src/elfgcchack.h #define xmlAddChildList xmlAddChildList__internal_alias
xmlAddChildList   901 third_party/libxml/src/include/libxml/tree.h 		xmlAddChildList		(xmlNodePtr parent,
xmlAddChildList  7151 third_party/libxml/src/parser.c 		xmlAddChildList(ctxt->node, ent->children);
xmlAddChildList  18217 third_party/libxml/src/testapi.c         ret_val = xmlAddChildList(parent, cur);