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

/external/chromium_org/third_party/libxml/src/include/libxml/
H A Dc14n.h72 int with_comments,
80 int with_comments,
88 int with_comments,
116 int with_comments,
/external/libxml2/include/libxml/
H A Dc14n.h72 int with_comments,
80 int with_comments,
88 int with_comments,
116 int with_comments,
/external/chromium_org/third_party/libxml/src/
H A Dc14n.c56 int with_comments; member in struct:_xmlC14NCtx
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
1771 xmlC14NNewCtx(xmlDocPtr doc, xmlC14NIsVisibleCallback is_visible_callback, void* user_data, xmlC14NMode mode, xmlChar ** inclusive_ns_prefixes, int with_comments, xmlOutputBufferPtr buf) argument
1865 xmlC14NExecute(xmlDocPtr doc, xmlC14NIsVisibleCallback is_visible_callback, void* user_data, int mode, xmlChar **inclusive_ns_prefixes, int with_comments, xmlOutputBufferPtr buf) argument
1967 xmlC14NDocSaveTo(xmlDocPtr doc, xmlNodeSetPtr nodes, int mode, xmlChar ** inclusive_ns_prefixes, int with_comments, xmlOutputBufferPtr buf) argument
2002 xmlC14NDocDumpMemory(xmlDocPtr doc, xmlNodeSetPtr nodes, int mode, xmlChar ** inclusive_ns_prefixes, int with_comments, xmlChar ** doc_txt_ptr) argument
2073 xmlC14NDocSave(xmlDocPtr doc, xmlNodeSetPtr nodes, int mode, xmlChar ** inclusive_ns_prefixes, int with_comments, const char *filename, int compression) argument
[all...]
H A DtestC14N.c56 test_c14n(const char* xml_filename, int with_comments, int mode, argument
104 with_comments, &result);
H A Druntest.c3699 c14nRunTest(const char* xml_filename, int with_comments, int mode, argument
3762 with_comments, &result);
3789 c14nCommonTest(const char *filename, int with_comments, int mode, argument
3822 if (c14nRunTest(filename, with_comments, mode,
H A Dtestapi.c5359 int with_comments; /* include comments in the result (!=0) or not (==0) */ local
5375 with_comments = gen_int(n_with_comments, 4);
5378 ret_val = xmlC14NDocDumpMemory(doc, nodes, mode, inclusive_ns_prefixes, with_comments, doc_txt_ptr);
5385 des_int(n_with_comments, with_comments, 4);
5428 int with_comments; /* include comments in the result (!=0) or not (==0) */ local
5447 with_comments = gen_int(n_with_comments, 4);
5451 ret_val = xmlC14NDocSave(doc, nodes, mode, inclusive_ns_prefixes, with_comments, filename, compression);
5458 des_int(n_with_comments, with_comments, 4);
5504 int with_comments; /* include comments in the result (!=0) or not (==0) */ local
5520 with_comments
[all...]
/external/libxml2/
H A Dc14n.c58 int with_comments; member in struct:_xmlC14NCtx
1625 if (visible && ctx->with_comments) {
1763 * @with_comments: include comments in the result (!=0) or not (==0)
1776 int with_comments, xmlOutputBufferPtr buf)
1817 ctx->with_comments = with_comments;
1855 * @with_comments: include comments in the result (!=0) or not (==0)
1869 int with_comments, xmlOutputBufferPtr buf) {
1904 with_comments, buf);
1957 * @with_comments
1773 xmlC14NNewCtx(xmlDocPtr doc, xmlC14NIsVisibleCallback is_visible_callback, void* user_data, xmlC14NMode mode, xmlChar ** inclusive_ns_prefixes, int with_comments, xmlOutputBufferPtr buf) argument
1867 xmlC14NExecute(xmlDocPtr doc, xmlC14NIsVisibleCallback is_visible_callback, void* user_data, int mode, xmlChar **inclusive_ns_prefixes, int with_comments, xmlOutputBufferPtr buf) argument
1969 xmlC14NDocSaveTo(xmlDocPtr doc, xmlNodeSetPtr nodes, int mode, xmlChar ** inclusive_ns_prefixes, int with_comments, xmlOutputBufferPtr buf) argument
2004 xmlC14NDocDumpMemory(xmlDocPtr doc, xmlNodeSetPtr nodes, int mode, xmlChar ** inclusive_ns_prefixes, int with_comments, xmlChar ** doc_txt_ptr) argument
2075 xmlC14NDocSave(xmlDocPtr doc, xmlNodeSetPtr nodes, int mode, xmlChar ** inclusive_ns_prefixes, int with_comments, const char *filename, int compression) argument
[all...]

Completed in 9103 milliseconds