Searched refs:xmlReplaceNode (Results 1 - 5 of 5) sorted by relevance

/vbox/src/libs/libxml2-2.6.31/include/libxml/
H A Dtree.h881 xmlReplaceNode (xmlNodePtr old,
/vbox/src/libs/libxml2-2.6.31/
H A Delfgcchack.h8592 #undef xmlReplaceNode macro
8593 extern __typeof (xmlReplaceNode) xmlReplaceNode __attribute((alias("xmlReplaceNode__internal_alias")));
8595 #ifndef xmlReplaceNode
8596 extern __typeof (xmlReplaceNode) xmlReplaceNode__internal_alias __attribute((visibility("hidden")));
8597 #define xmlReplaceNode xmlReplaceNode__internal_alias macro
H A Dtree.c3536 * xmlReplaceNode:
3547 xmlReplaceNode(xmlNodePtr old, xmlNodePtr cur) { function
3552 "xmlReplaceNode : old == NULL or without parent\n");
3566 "xmlReplaceNode : Trying to replace attribute node with other node type\n");
3573 "xmlReplaceNode : Trying to replace a non-attribute node with attribute node\n");
4569 xmlReplaceNode(old, root);
H A Dtestapi.c22596 ret_val = xmlReplaceNode(old, cur);
22610 printf("Leak of %d blocks found in xmlReplaceNode",
[all...]
/vbox/src/libs/libxml2-2.6.31/python/
H A Dlibxml2-py.c13326 if (!PyArg_ParseTuple(args, (char *)"OO:xmlReplaceNode", &pyobj_old, &pyobj_cur))
13331 c_retval = xmlReplaceNode(old, cur);

Completed in 273 milliseconds