Searched refs:with_comments (Results 1 - 7 of 7) sorted by relevance

/vbox/src/libs/libxml2-2.6.31/include/libxml/
H A Dc14n.h61 int with_comments,
69 int with_comments,
77 int with_comments,
95 int with_comments,
/vbox/src/libs/libxml2-2.6.31/
H A Dc14n.c56 int with_comments; member in struct:_xmlC14NCtx
1327 if (visible && ctx->with_comments) {
1464 * @with_comments: include comments in the result (!=0) or not (==0)
1477 int with_comments, xmlOutputBufferPtr buf)
1518 ctx->with_comments = with_comments;
1557 * @with_comments: include comments in the result (!=0) or not (==0)
1571 int with_comments, xmlOutputBufferPtr buf) {
1592 with_comments, buf);
1646 * @with_comments
1474 xmlC14NNewCtx(xmlDocPtr doc, xmlC14NIsVisibleCallback is_visible_callback, void* user_data, int exclusive, xmlChar ** inclusive_ns_prefixes, int with_comments, xmlOutputBufferPtr buf) argument
1569 xmlC14NExecute(xmlDocPtr doc, xmlC14NIsVisibleCallback is_visible_callback, void* user_data, int exclusive, xmlChar **inclusive_ns_prefixes, int with_comments, xmlOutputBufferPtr buf) argument
1658 xmlC14NDocSaveTo(xmlDocPtr doc, xmlNodeSetPtr nodes, int exclusive, xmlChar ** inclusive_ns_prefixes, int with_comments, xmlOutputBufferPtr buf) argument
1694 xmlC14NDocDumpMemory(xmlDocPtr doc, xmlNodeSetPtr nodes, int exclusive, xmlChar ** inclusive_ns_prefixes, int with_comments, xmlChar ** doc_txt_ptr) argument
1766 xmlC14NDocSave(xmlDocPtr doc, xmlNodeSetPtr nodes, int exclusive, xmlChar ** inclusive_ns_prefixes, int with_comments, const char *filename, int compression) argument
[all...]
H A DtestC14N.c52 test_c14n(const char* xml_filename, int with_comments, int exclusive, argument
100 with_comments, &result);
H A Druntest.c3674 c14nRunTest(const char* xml_filename, int with_comments, int exclusive, argument
3737 with_comments, &result);
3763 c14nCommonTest(const char *filename, int with_comments, int exclusive, argument
3796 if (c14nRunTest(filename, with_comments, exclusive,
H A Dtestapi.c5332 int with_comments; /* include comments in the result (!=0) or not (==0) */ local
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) */ local
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) */ local
5493 with_comments
[all...]
/vbox/src/libs/libxml2-2.6.31/python/
H A Dlibxml.py395 # with_comments: include comments in the result (!=0) or not
401 with_comments=0):
409 with_comments != 0)
415 with_comments=0):
423 with_comments != 0,
H A Dlibxml.c3513 int with_comments; local
3527 &with_comments))
3554 with_comments,
3589 int with_comments; local
3605 &with_comments,
3644 with_comments,

Completed in 149 milliseconds