Searched refs:XML_C14N_EXCLUSIVE_1_0 (Results 1 – 6 of 6) sorted by relevance
/external/libxml2/include/libxml/ |
D | c14n.h | 65 XML_C14N_EXCLUSIVE_1_0 = 1, /* Exclusive C14N 1.0 spec */ enumerator
|
/external/libxml2/ |
D | testC14N.c | 163 ret = test_c14n(argv[2], 1, XML_C14N_EXCLUSIVE_1_0, (argc > 3) ? argv[3] : NULL, list); in main() 170 ret = test_c14n(argv[2], 0, XML_C14N_EXCLUSIVE_1_0, (argc > 3) ? argv[3] : NULL, list); in main()
|
D | c14n.c | 125 ( (ctx)->mode == XML_C14N_EXCLUSIVE_1_0 ) 1217 case XML_C14N_EXCLUSIVE_1_0: in xmlC14NProcessAttrsAxis() 1881 case XML_C14N_EXCLUSIVE_1_0: in xmlC14NExecute()
|
D | xmllint.c | 2605 size = xmlC14NDocDumpMemory(doc, NULL, XML_C14N_EXCLUSIVE_1_0, NULL, 1, &result); in parseAndPrintFile()
|
D | runtest.c | 3941 return(c14nCommonTest(filename, 0, XML_C14N_EXCLUSIVE_1_0, "exc-without-comments")); in c14nExcWithoutCommentTest()
|
/external/libxml2/os400/libxmlrpg/ |
D | c14n.rpgle | 59 d XML_C14N_EXCLUSIVE_1_0... Exclusive C14N 1.0
|