Searched refs:xmlCopyDtd (Results 1 - 3 of 3) sorted by relevance

/haiku-fatelf/src/tools/docbook/libxml2/include/libxml/
H A Dtree.h696 xmlCopyDtd (xmlDtdPtr dtd);
/haiku-fatelf/src/tools/docbook/libxml2/
H A Dtree.c3942 q = (xmlNodePtr) xmlCopyDtd( (xmlDtdPtr) node );
4037 * xmlCopyDtd:
4045 xmlCopyDtd(xmlDtdPtr dtd) { function
4155 ret->intSubset = xmlCopyDtd(doc->intSubset);
H A Delfgcchack.h2164 #undef xmlCopyDtd macro
2165 extern __typeof (xmlCopyDtd) xmlCopyDtd __attribute((alias("xmlCopyDtd__internal_alias")));
2167 #ifndef xmlCopyDtd
2168 extern __typeof (xmlCopyDtd) xmlCopyDtd__internal_alias __attribute((visibility("hidden")));
2169 #define xmlCopyDtd xmlCopyDtd__internal_alias macro

Completed in 110 milliseconds