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.rpgle71 d with_comments value like(xmlCint)
82 d with_comments value like(xmlCint)
92 d with_comments value like(xmlCint)
120 d with_comments value like(xmlCint)
/external/libxml2/
Dc14n.c58 int with_comments; member
1631 if (visible && ctx->with_comments) { in xmlC14NProcessNode()
1782 int with_comments, xmlOutputBufferPtr buf) in xmlC14NNewCtx() argument
1814 ctx->with_comments = with_comments; in xmlC14NNewCtx()
1866 int with_comments, xmlOutputBufferPtr buf) { in xmlC14NExecute() argument
1901 with_comments, buf); in xmlC14NExecute()
1968 int with_comments, xmlOutputBufferPtr buf) { in xmlC14NDocSaveTo() argument
1974 with_comments, in xmlC14NDocSaveTo()
2003 int with_comments, xmlChar ** doc_txt_ptr) in xmlC14NDocDumpMemory() argument
2028 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.c3781 c14nRunTest(const char* xml_filename, int with_comments, int mode, in c14nRunTest() argument
3844 with_comments, &result); in c14nRunTest()
3871 c14nCommonTest(const char *filename, int with_comments, int mode, in c14nCommonTest() argument
3904 if (c14nRunTest(filename, with_comments, mode, in c14nCommonTest()
Dtestapi.c5380 int with_comments; /* include comments in the result (!=0) or not (==0) */ in test_xmlC14NDocDumpMemory() local
5396 with_comments = gen_int(n_with_comments, 4); in test_xmlC14NDocDumpMemory()
5399 …ret_val = xmlC14NDocDumpMemory(doc, nodes, mode, inclusive_ns_prefixes, with_comments, doc_txt_ptr… in test_xmlC14NDocDumpMemory()
5406 des_int(n_with_comments, with_comments, 4); in test_xmlC14NDocDumpMemory()
5449 int with_comments; /* include comments in the result (!=0) or not (==0) */ in test_xmlC14NDocSave() local
5468 with_comments = gen_int(n_with_comments, 4); in test_xmlC14NDocSave()
5472 …ret_val = xmlC14NDocSave(doc, nodes, mode, inclusive_ns_prefixes, with_comments, filename, compres… in test_xmlC14NDocSave()
5479 des_int(n_with_comments, with_comments, 4); in test_xmlC14NDocSave()
5525 int with_comments; /* include comments in the result (!=0) or not (==0) */ in test_xmlC14NDocSaveTo() local
5541 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()