Lines Matching refs:with_comments
5380 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()
5544 ret_val = xmlC14NDocSaveTo(doc, nodes, mode, inclusive_ns_prefixes, with_comments, buf); in test_xmlC14NDocSaveTo()
5551 des_int(n_with_comments, with_comments, 4); in test_xmlC14NDocSaveTo()