xmlCopyElementContent 2199 third_party/libxml/src/elfgcchack.h #undef xmlCopyElementContent
xmlCopyElementContent 2200 third_party/libxml/src/elfgcchack.h extern __typeof (xmlCopyElementContent) xmlCopyElementContent __attribute((alias("xmlCopyElementContent__internal_alias")));
xmlCopyElementContent 2202 third_party/libxml/src/elfgcchack.h #ifndef xmlCopyElementContent
xmlCopyElementContent 2203 third_party/libxml/src/elfgcchack.h extern __typeof (xmlCopyElementContent) xmlCopyElementContent__internal_alias __attribute((visibility("hidden")));
xmlCopyElementContent 2204 third_party/libxml/src/elfgcchack.h #define xmlCopyElementContent xmlCopyElementContent__internal_alias
xmlCopyElementContent  180 third_party/libxml/src/include/libxml/valid.h 		xmlCopyElementContent	(xmlElementContentPtr content);
xmlCopyElementContent 24835 third_party/libxml/src/testapi.c         ret_val = xmlCopyElementContent(cur);
xmlCopyElementContent 1634 third_party/libxml/src/valid.c     cur->content = xmlCopyElementContent(elem->content);