Home | History | Annotate | Download | only in libxml2

Lines Matching defs:with_comments

5355     int with_comments; /* include comments in the result (!=0) or not (==0) */
5371 with_comments = gen_int(n_with_comments, 4);
5374 ret_val = xmlC14NDocDumpMemory(doc, nodes, mode, inclusive_ns_prefixes, with_comments, doc_txt_ptr);
5381 des_int(n_with_comments, with_comments, 4);
5424 int with_comments; /* include comments in the result (!=0) or not (==0) */
5443 with_comments = gen_int(n_with_comments, 4);
5447 ret_val = xmlC14NDocSave(doc, nodes, mode, inclusive_ns_prefixes, with_comments, filename, compression);
5454 des_int(n_with_comments, with_comments, 4);
5500 int with_comments; /* include comments in the result (!=0) or not (==0) */
5516 with_comments = gen_int(n_with_comments, 4);
5519 ret_val = xmlC14NDocSaveTo(doc, nodes, mode, inclusive_ns_prefixes, with_comments, buf);
5526 des_int(n_with_comments, with_comments, 4);