Home
last modified time | relevance | path

Searched refs:with_comments (Results 1 – 8 of 8) sorted by relevance

/external/libxml2/include/libxml/
Dc14n.h72 int with_comments,
80 int with_comments,
88 int with_comments,
116 int with_comments,
/external/libxml2/os400/libxmlrpg/
Dc14n.rpgle68 d with_comments 10i 0 value
78 d with_comments 10i 0 value
87 d with_comments 10i 0 value
114 d with_comments 10i 0 value
/external/libxml2/
Dc14n.c58 int with_comments; member
1626 if (visible && ctx->with_comments) { in xmlC14NProcessNode()
1777 int with_comments, xmlOutputBufferPtr buf) in xmlC14NNewCtx() argument
1818 ctx->with_comments = with_comments; in xmlC14NNewCtx()
1870 int with_comments, xmlOutputBufferPtr buf) { in xmlC14NExecute() argument
1905 with_comments, buf); in xmlC14NExecute()
1972 int with_comments, xmlOutputBufferPtr buf) { in xmlC14NDocSaveTo() argument
1978 with_comments, in xmlC14NDocSaveTo()
2007 int with_comments, xmlChar ** doc_txt_ptr) in xmlC14NDocDumpMemory() argument
2032 with_comments, buf); in xmlC14NDocDumpMemory()
[all …]
DtestC14N.c60 test_c14n(const char* xml_filename, int with_comments, int mode, in test_c14n() argument
108 with_comments, &result); in test_c14n()
Druntest.c3700 c14nRunTest(const char* xml_filename, int with_comments, int mode, in c14nRunTest() argument
3763 with_comments, &result); in c14nRunTest()
3790 c14nCommonTest(const char *filename, int with_comments, int mode, in c14nCommonTest() argument
3823 if (c14nRunTest(filename, with_comments, mode, in c14nCommonTest()
Dtestapi.c5355 int with_comments; /* include comments in the result (!=0) or not (==0) */ in test_xmlC14NDocDumpMemory() local
5371 with_comments = gen_int(n_with_comments, 4); in test_xmlC14NDocDumpMemory()
5374 …ret_val = xmlC14NDocDumpMemory(doc, nodes, mode, inclusive_ns_prefixes, with_comments, doc_txt_ptr… in test_xmlC14NDocDumpMemory()
5381 des_int(n_with_comments, with_comments, 4); in test_xmlC14NDocDumpMemory()
5424 int with_comments; /* include comments in the result (!=0) or not (==0) */ in test_xmlC14NDocSave() local
5443 with_comments = gen_int(n_with_comments, 4); in test_xmlC14NDocSave()
5447 …ret_val = xmlC14NDocSave(doc, nodes, mode, inclusive_ns_prefixes, with_comments, filename, compres… in test_xmlC14NDocSave()
5454 des_int(n_with_comments, with_comments, 4); in test_xmlC14NDocSave()
5500 int with_comments; /* include comments in the result (!=0) or not (==0) */ in test_xmlC14NDocSaveTo() local
5516 with_comments = gen_int(n_with_comments, 4); in test_xmlC14NDocSaveTo()
[all …]
/external/libxml2/python/
Dlibxml.py429 with_comments=0): argument
437 with_comments != 0)
443 with_comments=0): argument
451 with_comments != 0,
Dlibxml.c3616 int with_comments; in libxml_C14NDocDumpMemory() local
3630 &with_comments)) in libxml_C14NDocDumpMemory()
3657 with_comments, in libxml_C14NDocDumpMemory()
3692 int with_comments; in libxml_C14NDocSaveTo() local
3708 &with_comments, in libxml_C14NDocSaveTo()
3743 with_comments, in libxml_C14NDocSaveTo()