/external/libxml2/include/libxml/ |
H A D | c14n.h | 72 int with_comments, 80 int with_comments, 88 int with_comments, 116 int with_comments,
|
/external/libxml2/ |
H A D | c14n.c | 58 int with_comments; member in struct:_xmlC14NCtx 1626 if (visible && ctx->with_comments) { 1764 * @with_comments: include comments in the result (!=0) or not (==0) 1777 int with_comments, xmlOutputBufferPtr buf) 1818 ctx->with_comments = with_comments; 1856 * @with_comments: include comments in the result (!=0) or not (==0) 1870 int with_comments, xmlOutputBufferPtr buf) { 1905 with_comments, buf); 1958 * @with_comments 1774 xmlC14NNewCtx(xmlDocPtr doc, xmlC14NIsVisibleCallback is_visible_callback, void* user_data, xmlC14NMode mode, xmlChar ** inclusive_ns_prefixes, int with_comments, xmlOutputBufferPtr buf) argument 1868 xmlC14NExecute(xmlDocPtr doc, xmlC14NIsVisibleCallback is_visible_callback, void* user_data, int mode, xmlChar **inclusive_ns_prefixes, int with_comments, xmlOutputBufferPtr buf) argument 1970 xmlC14NDocSaveTo(xmlDocPtr doc, xmlNodeSetPtr nodes, int mode, xmlChar ** inclusive_ns_prefixes, int with_comments, xmlOutputBufferPtr buf) argument 2005 xmlC14NDocDumpMemory(xmlDocPtr doc, xmlNodeSetPtr nodes, int mode, xmlChar ** inclusive_ns_prefixes, int with_comments, xmlChar ** doc_txt_ptr) argument 2076 xmlC14NDocSave(xmlDocPtr doc, xmlNodeSetPtr nodes, int mode, xmlChar ** inclusive_ns_prefixes, int with_comments, const char *filename, int compression) argument [all...] |
H A D | testC14N.c | 60 test_c14n(const char* xml_filename, int with_comments, int mode, argument 108 with_comments, &result);
|
H A D | runtest.c | 3758 c14nRunTest(const char* xml_filename, int with_comments, int mode, argument 3821 with_comments, &result); 3848 c14nCommonTest(const char *filename, int with_comments, int mode, argument 3881 if (c14nRunTest(filename, with_comments, mode,
|
H A D | testapi.c | 5355 int with_comments; /* include comments in the result (!=0) or not (==0) */ local 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) */ local 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) */ local 5516 with_comments [all...] |
/external/libxml2/python/ |
H A D | libxml.py | 423 # with_comments: include comments in the result (!=0) or not 429 with_comments=0): 437 with_comments != 0) 443 with_comments=0): 451 with_comments != 0,
|
H A D | libxml.c | 3616 int with_comments; local 3630 &with_comments)) 3657 with_comments, 3692 int with_comments; local 3708 &with_comments, 3743 with_comments,
|