Home
last modified time | relevance | path

Searched refs:xmlCopyDtd (Results 1 – 8 of 8) sorted by relevance

/external/libxml2/include/libxml/
Dtree.h816 xmlCopyDtd (xmlDtdPtr dtd);
/external/libxml2/
Dlibxml2.syms925 xmlCopyDtd;
Delfgcchack.h2260 #undef xmlCopyDtd
2261 extern __typeof (xmlCopyDtd) xmlCopyDtd __attribute((alias("xmlCopyDtd__internal_alias")));
2263 #ifndef xmlCopyDtd
2264 extern __typeof (xmlCopyDtd) xmlCopyDtd__internal_alias __attribute((visibility("hidden")));
2265 #define xmlCopyDtd xmlCopyDtd__internal_alias macro
Dtree.c4334 q = (xmlNodePtr) xmlCopyDtd( (xmlDtdPtr) node ); in xmlStaticCopyNodeList()
4439 xmlCopyDtd(xmlDtdPtr dtd) { in xmlCopyDtd() function
4549 ret->intSubset = xmlCopyDtd(doc->intSubset); in xmlCopyDoc()
Dxmlreader.c1763 node = (xmlNodePtr) xmlCopyDtd((xmlDtdPtr) node); in xmlTextReaderReadOuterXml()
Dtestapi.c19454 ret_val = xmlCopyDtd(dtd); in test_xmlCopyDtd()
/external/libxml2/os400/libxmlrpg/
Dtree.rpgle886 d xmlCopyDtd pr extproc('xmlCopyDtd')
/external/libxml2/win32/
Dlibxml2.def.src691 xmlCopyDtd