Home | History | Annotate | Download | only in libxml2

Lines Matching refs:with_comments

56     int with_comments;
1623 if (visible && ctx->with_comments) {
1761 * @with_comments: include comments in the result (!=0) or not (==0)
1774 int with_comments, xmlOutputBufferPtr buf)
1815 ctx->with_comments = with_comments;
1853 * @with_comments: include comments in the result (!=0) or not (==0)
1867 int with_comments, xmlOutputBufferPtr buf) {
1902 with_comments, buf);
1955 * @with_comments: include comments in the result (!=0) or not (==0)
1969 int with_comments, xmlOutputBufferPtr buf) {
1975 with_comments,
1990 * @with_comments: include comments in the result (!=0) or not (==0)
2004 int with_comments, xmlChar ** doc_txt_ptr)
2029 with_comments, buf);
2059 * @with_comments: include comments in the result (!=0) or not (==0)
2075 int with_comments, const char *filename, int compression)
2102 with_comments, buf);