Searched refs:xmlAddChildList (Results 1 - 8 of 8) sorted by relevance

/vbox/src/libs/libxml2-2.6.31/include/libxml/
H A Dtree.h877 xmlAddChildList (xmlNodePtr parent,
/vbox/src/libs/libxml2-2.6.31/
H A DSAX2.c576 xmlAddChildList((xmlNodePtr) ret, children);
H A DdebugXML.c2327 xmlAddChildList(node, results);
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
H A Dtree.c3126 * xmlAddChildList:
3136 xmlAddChildList(xmlNodePtr parent, xmlNodePtr cur) { function
3142 "xmlAddChildList : parent == NULL\n");
3150 "xmlAddChildList : child == NULL\n");
H A Dparser.c6552 xmlAddChildList(ctxt->node, ent->children);
H A Dtestapi.c18140 ret_val = xmlAddChildList(parent, cur);
18148 printf("Leak of %d blocks found in xmlAddChildList",
[all...]
/vbox/src/libs/libxml2-2.6.31/python/
H A Dlibxml2-py.c9626 if (!PyArg_ParseTuple(args, (char *)"OO:xmlAddChildList", &pyobj_parent, &pyobj_cur))
9631 c_retval = xmlAddChildList(parent, cur);

Completed in 1264 milliseconds