XML_C14N_1_0     1149 third_party/libxml/src/c14n.c     case XML_C14N_1_0:
XML_C14N_1_0     1870 third_party/libxml/src/c14n.c     xmlC14NMode c14n_mode = XML_C14N_1_0;
XML_C14N_1_0     1881 third_party/libxml/src/c14n.c     case XML_C14N_1_0:
XML_C14N_1_0     3837 third_party/libxml/src/runtest.c     return(c14nCommonTest(filename, 1, XML_C14N_1_0, "with-comments"));
XML_C14N_1_0     3844 third_party/libxml/src/runtest.c     return(c14nCommonTest(filename, 0, XML_C14N_1_0, "without-comments"));
XML_C14N_1_0      142 third_party/libxml/src/testC14N.c 	ret = test_c14n(argv[2], 1, XML_C14N_1_0, (argc > 3) ? argv[3] : NULL, NULL);
XML_C14N_1_0      144 third_party/libxml/src/testC14N.c 	ret = test_c14n(argv[2], 0, XML_C14N_1_0, (argc > 3) ? argv[3] : NULL, NULL);
XML_C14N_1_0     2548 third_party/libxml/src/xmllint.c 		size = xmlC14NDocDumpMemory(doc, NULL, XML_C14N_1_0, NULL, 1, &result);