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

/macosx-10.9.5/libxml2-26/libxml2/
H A Dlibxml2.syms1020 xmlReplaceNode;
H A Delfgcchack.h8798 #undef xmlReplaceNode macro
8799 extern __typeof (xmlReplaceNode) xmlReplaceNode __attribute((alias("xmlReplaceNode__internal_alias")));
8801 #ifndef xmlReplaceNode
8802 extern __typeof (xmlReplaceNode) xmlReplaceNode__internal_alias __attribute((visibility("hidden")));
8803 #define xmlReplaceNode xmlReplaceNode__internal_alias macro
H A Dtree.c3837 * xmlReplaceNode:
3848 xmlReplaceNode(xmlNodePtr old, xmlNodePtr cur) { function
3854 "xmlReplaceNode : old == NULL or without parent\n");
3868 "xmlReplaceNode : Trying to replace attribute node with other node type\n");
3875 "xmlReplaceNode : Trying to replace a non-attribute node with attribute node\n");
4911 xmlReplaceNode(old, root);
H A Dtestapi.c23012 ret_val = xmlReplaceNode(old, cur);
23026 printf("Leak of %d blocks found in xmlReplaceNode",
[all...]
/macosx-10.9.5/pyobjc-42/pyobjc/pyobjc-core/libxml2-src/
H A Dlibxml2.syms1020 xmlReplaceNode;
H A Delfgcchack.h8672 #undef xmlReplaceNode macro
8673 extern __typeof (xmlReplaceNode) xmlReplaceNode __attribute((alias("xmlReplaceNode__internal_alias")));
8675 #ifndef xmlReplaceNode
8676 extern __typeof (xmlReplaceNode) xmlReplaceNode__internal_alias __attribute((visibility("hidden")));
8677 #define xmlReplaceNode xmlReplaceNode__internal_alias macro
H A Dtree.c3789 * xmlReplaceNode:
3800 xmlReplaceNode(xmlNodePtr old, xmlNodePtr cur) { function
3805 "xmlReplaceNode : old == NULL or without parent\n");
3819 "xmlReplaceNode : Trying to replace attribute node with other node type\n");
3826 "xmlReplaceNode : Trying to replace a non-attribute node with attribute node\n");
4826 xmlReplaceNode(old, root);
H A Dtestapi.c22844 ret_val = xmlReplaceNode(old, cur);
22858 printf("Leak of %d blocks found in xmlReplaceNode",
[all...]
/macosx-10.9.5/libxml2-26/libxml2/include/libxml/
H A Dtree.h944 xmlReplaceNode (xmlNodePtr old,
/macosx-10.9.5/pyobjc-42/pyobjc/pyobjc-core/libxml2-src/include/libxml/
H A Dtree.h904 xmlReplaceNode (xmlNodePtr old,
/macosx-10.9.5/CPANInternal-140/XML-LibXML/
H A DLibXML.xs3259 xmlReplaceNode( oelem, elem );
3374 xmlReplaceNode( (xmlNodePtr)olddtd, (xmlNodePtr) dtd );
4423 ret = xmlReplaceNode( self, nNode );
5523 xmlReplaceNode( (xmlNodePtr)ret, (xmlNodePtr)attr );
5767 xmlReplaceNode( (xmlNodePtr)ret, (xmlNodePtr)attr );
/macosx-10.9.5/tcl-102/tcl_ext/tclxml/tcldom/src-libxml2/
H A Dtcldom-libxml2.c3563 if (xmlReplaceNode(refPtr, newPtr) == NULL) {

Completed in 726 milliseconds