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

/haiku-fatelf/src/tools/docbook/libxml2/include/libxml/
H A Dtree.h700 xmlCopyDoc (xmlDocPtr doc,
/haiku-fatelf/src/tools/docbook/libxml2/
H A Dxmllint.c2297 doc = xmlCopyDoc(doc, 1);
H A Delfgcchack.h2142 #undef xmlCopyDoc macro
2143 extern __typeof (xmlCopyDoc) xmlCopyDoc __attribute((alias("xmlCopyDoc__internal_alias")));
2145 #ifndef xmlCopyDoc
2146 extern __typeof (xmlCopyDoc) xmlCopyDoc__internal_alias __attribute((visibility("hidden")));
2147 #define xmlCopyDoc xmlCopyDoc__internal_alias macro
H A Dtree.c3809 return((xmlNodePtr) xmlCopyDoc((xmlDocPtr) node, extended));
4124 * xmlCopyDoc:
4134 xmlCopyDoc(xmlDocPtr doc, int recursive) { function
H A Drelaxng.c6667 copy = xmlCopyDoc(doc, 1);

Completed in 199 milliseconds