XML_C14N_1_1     1221 third_party/libxml/src/c14n.c     case XML_C14N_1_1:
XML_C14N_1_1     1883 third_party/libxml/src/c14n.c     case XML_C14N_1_1: 
XML_C14N_1_1     3858 third_party/libxml/src/runtest.c     return(c14nCommonTest(filename, 0, XML_C14N_1_1, "1-1-without-comments"));
XML_C14N_1_1      146 third_party/libxml/src/testC14N.c 	ret = test_c14n(argv[2], 1, XML_C14N_1_1, (argc > 3) ? argv[3] : NULL, NULL);
XML_C14N_1_1      148 third_party/libxml/src/testC14N.c 	ret = test_c14n(argv[2], 0, XML_C14N_1_1, (argc > 3) ? argv[3] : NULL, NULL);
XML_C14N_1_1     2560 third_party/libxml/src/xmllint.c 		size = xmlC14NDocDumpMemory(doc, NULL, XML_C14N_1_1, NULL, 1, &result);