Lines Matching refs:with_comments
5382 int with_comments; /* include comments in the result (!=0) or not (==0) */ in test_xmlC14NDocDumpMemory() local
5398 with_comments = gen_int(n_with_comments, 4); in test_xmlC14NDocDumpMemory()
5401 …ret_val = xmlC14NDocDumpMemory(doc, nodes, mode, inclusive_ns_prefixes, with_comments, doc_txt_ptr… in test_xmlC14NDocDumpMemory()
5408 des_int(n_with_comments, with_comments, 4); in test_xmlC14NDocDumpMemory()
5451 int with_comments; /* include comments in the result (!=0) or not (==0) */ in test_xmlC14NDocSave() local
5470 with_comments = gen_int(n_with_comments, 4); in test_xmlC14NDocSave()
5474 …ret_val = xmlC14NDocSave(doc, nodes, mode, inclusive_ns_prefixes, with_comments, filename, compres… in test_xmlC14NDocSave()
5481 des_int(n_with_comments, with_comments, 4); in test_xmlC14NDocSave()
5527 int with_comments; /* include comments in the result (!=0) or not (==0) */ in test_xmlC14NDocSaveTo() local
5543 with_comments = gen_int(n_with_comments, 4); in test_xmlC14NDocSaveTo()
5546 ret_val = xmlC14NDocSaveTo(doc, nodes, mode, inclusive_ns_prefixes, with_comments, buf); in test_xmlC14NDocSaveTo()
5553 des_int(n_with_comments, with_comments, 4); in test_xmlC14NDocSaveTo()