Lines Matching defs:with_comments
5332 int with_comments; /* include comments in the result (!=0) or not (==0) */
5348 with_comments = gen_int(n_with_comments, 4);
5351 ret_val = xmlC14NDocDumpMemory(doc, nodes, exclusive, inclusive_ns_prefixes, with_comments, doc_txt_ptr);
5358 des_int(n_with_comments, with_comments, 4);
5401 int with_comments; /* include comments in the result (!=0) or not (==0) */
5420 with_comments = gen_int(n_with_comments, 4);
5424 ret_val = xmlC14NDocSave(doc, nodes, exclusive, inclusive_ns_prefixes, with_comments, filename, compression);
5431 des_int(n_with_comments, with_comments, 4);
5477 int with_comments; /* include comments in the result (!=0) or not (==0) */
5493 with_comments = gen_int(n_with_comments, 4);
5496 ret_val = xmlC14NDocSaveTo(doc, nodes, exclusive, inclusive_ns_prefixes, with_comments, buf);
5503 des_int(n_with_comments, with_comments, 4);