xmlC14NDocDumpMemory 1578 third_party/libxml/src/elfgcchack.h #undef xmlC14NDocDumpMemory
xmlC14NDocDumpMemory 1579 third_party/libxml/src/elfgcchack.h extern __typeof (xmlC14NDocDumpMemory) xmlC14NDocDumpMemory __attribute((alias("xmlC14NDocDumpMemory__internal_alias")));
xmlC14NDocDumpMemory 1581 third_party/libxml/src/elfgcchack.h #ifndef xmlC14NDocDumpMemory
xmlC14NDocDumpMemory 1582 third_party/libxml/src/elfgcchack.h extern __typeof (xmlC14NDocDumpMemory) xmlC14NDocDumpMemory__internal_alias __attribute((visibility("hidden")));
xmlC14NDocDumpMemory 1583 third_party/libxml/src/elfgcchack.h #define xmlC14NDocDumpMemory xmlC14NDocDumpMemory__internal_alias
xmlC14NDocDumpMemory   76 third_party/libxml/src/include/libxml/c14n.h 		xmlC14NDocDumpMemory	(xmlDocPtr doc,
xmlC14NDocDumpMemory 3759 third_party/libxml/src/runtest.c     ret = xmlC14NDocDumpMemory(doc,
xmlC14NDocDumpMemory  101 third_party/libxml/src/testC14N.c     ret = xmlC14NDocDumpMemory(doc, 
xmlC14NDocDumpMemory 5378 third_party/libxml/src/testapi.c         ret_val = xmlC14NDocDumpMemory(doc, nodes, mode, inclusive_ns_prefixes, with_comments, doc_txt_ptr);
xmlC14NDocDumpMemory 2548 third_party/libxml/src/xmllint.c 		size = xmlC14NDocDumpMemory(doc, NULL, XML_C14N_1_0, NULL, 1, &result);
xmlC14NDocDumpMemory 2560 third_party/libxml/src/xmllint.c 		size = xmlC14NDocDumpMemory(doc, NULL, XML_C14N_1_1, NULL, 1, &result);
xmlC14NDocDumpMemory 2573 third_party/libxml/src/xmllint.c 		size = xmlC14NDocDumpMemory(doc, NULL, XML_C14N_EXCLUSIVE_1_0, NULL, 1, &result);