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

/vbox/src/libs/libxml2-2.6.31/include/libxml/
H A Dtree.h752 xmlCopyDoc (xmlDocPtr doc,
/vbox/src/VBox/Runtime/r3/
H A Dxml.cpp1587 plibDocument = xmlCopyDoc(p->plibDocument,
/vbox/src/libs/libxml2-2.6.31/
H A Dxmllint.c2329 doc = xmlCopyDoc(doc, 1);
H A Delfgcchack.h2154 #undef xmlCopyDoc macro
2155 extern __typeof (xmlCopyDoc) xmlCopyDoc __attribute((alias("xmlCopyDoc__internal_alias")));
2157 #ifndef xmlCopyDoc
2158 extern __typeof (xmlCopyDoc) xmlCopyDoc__internal_alias __attribute((visibility("hidden")));
2159 #define xmlCopyDoc xmlCopyDoc__internal_alias macro
H A Dtree.c3853 return((xmlNodePtr) xmlCopyDoc((xmlDocPtr) node, extended));
4168 * xmlCopyDoc:
4178 xmlCopyDoc(xmlDocPtr doc, int recursive) { function
H A Drelaxng.c6667 copy = xmlCopyDoc(doc, 1);
H A Dtestapi.c18996 ret_val = xmlCopyDoc(doc, recursive);
19003 printf("Leak of %d blocks found in xmlCopyDoc",
[all...]
/vbox/src/libs/libxml2-2.6.31/python/
H A Dlibxml2-py.c12230 if (!PyArg_ParseTuple(args, (char *)"Oi:xmlCopyDoc", &pyobj_doc, &recursive))
12234 c_retval = xmlCopyDoc(doc, recursive);

Completed in 361 milliseconds