xmlCopyDoc 2166 third_party/libxml/src/elfgcchack.h #undef xmlCopyDoc xmlCopyDoc 2167 third_party/libxml/src/elfgcchack.h extern __typeof (xmlCopyDoc) xmlCopyDoc __attribute((alias("xmlCopyDoc__internal_alias"))); xmlCopyDoc 2169 third_party/libxml/src/elfgcchack.h #ifndef xmlCopyDoc xmlCopyDoc 2170 third_party/libxml/src/elfgcchack.h extern __typeof (xmlCopyDoc) xmlCopyDoc__internal_alias __attribute((visibility("hidden"))); xmlCopyDoc 2171 third_party/libxml/src/elfgcchack.h #define xmlCopyDoc xmlCopyDoc__internal_alias xmlCopyDoc 776 third_party/libxml/src/include/libxml/tree.h xmlCopyDoc (xmlDocPtr doc, xmlCopyDoc 6793 third_party/libxml/src/relaxng.c copy = xmlCopyDoc(doc, 1); xmlCopyDoc 768 third_party/libxml/src/testHTML.c doc = xmlCopyDoc(doc, 1); xmlCopyDoc 19108 third_party/libxml/src/testapi.c ret_val = xmlCopyDoc(doc, recursive); xmlCopyDoc 4106 third_party/libxml/src/tree.c return((xmlNodePtr) xmlCopyDoc((xmlDocPtr) node, extended)); xmlCopyDoc 2446 third_party/libxml/src/xmllint.c doc = xmlCopyDoc(doc, 1);