/third_party/libxml2/include/libxml/ |
D | c14n.h | 74 int with_comments, 82 int with_comments, 90 int with_comments, 118 int with_comments,
|
/third_party/libxml2/os400/libxmlrpg/ |
D | c14n.rpgle | 71 d with_comments value like(xmlCint) 82 d with_comments value like(xmlCint) 92 d with_comments value like(xmlCint) 120 d with_comments value like(xmlCint)
|
/third_party/libxml2/ |
D | c14n.c | 58 int with_comments; member 1631 if (visible && ctx->with_comments) { in xmlC14NProcessNode() 1782 int with_comments, xmlOutputBufferPtr buf) in xmlC14NNewCtx() argument 1814 ctx->with_comments = with_comments; in xmlC14NNewCtx() 1866 int with_comments, xmlOutputBufferPtr buf) { in xmlC14NExecute() argument 1901 with_comments, buf); in xmlC14NExecute() 1968 int with_comments, xmlOutputBufferPtr buf) { in xmlC14NDocSaveTo() argument 1974 with_comments, in xmlC14NDocSaveTo() 2003 int with_comments, xmlChar ** doc_txt_ptr) in xmlC14NDocDumpMemory() argument 2028 with_comments, buf); in xmlC14NDocDumpMemory() [all …]
|
D | testC14N.c | 63 test_c14n(const char* xml_filename, int with_comments, int mode, in test_c14n() argument 111 with_comments, &result); in test_c14n()
|
D | runtest.c | 3855 c14nRunTest(const char* xml_filename, int with_comments, int mode, in c14nRunTest() argument 3918 with_comments, &result); in c14nRunTest() 3945 c14nCommonTest(const char *filename, int with_comments, int mode, in c14nCommonTest() argument 3981 if (c14nRunTest(filename, with_comments, mode, in c14nCommonTest()
|
D | testapi.c | 5382 int with_comments; /* include comments in the result (!=0) or not (==0) */ in test_xmlC14NDocDumpMemory() local 5398 with_comments = gen_int(n_with_comments, 4); in test_xmlC14NDocDumpMemory() 5401 …ret_val = xmlC14NDocDumpMemory(doc, nodes, mode, inclusive_ns_prefixes, with_comments, doc_txt_ptr… in test_xmlC14NDocDumpMemory() 5408 des_int(n_with_comments, with_comments, 4); in test_xmlC14NDocDumpMemory() 5451 int with_comments; /* include comments in the result (!=0) or not (==0) */ in test_xmlC14NDocSave() local 5470 with_comments = gen_int(n_with_comments, 4); in test_xmlC14NDocSave() 5474 …ret_val = xmlC14NDocSave(doc, nodes, mode, inclusive_ns_prefixes, with_comments, filename, compres… in test_xmlC14NDocSave() 5481 des_int(n_with_comments, with_comments, 4); in test_xmlC14NDocSave() 5527 int with_comments; /* include comments in the result (!=0) or not (==0) */ in test_xmlC14NDocSaveTo() local 5543 with_comments = gen_int(n_with_comments, 4); in test_xmlC14NDocSaveTo() [all …]
|
/third_party/libxml2/python/ |
D | libxml.py | 429 with_comments=0): argument 437 with_comments != 0) 443 with_comments=0): argument 451 with_comments != 0,
|
D | libxml.c | 3618 int with_comments; in libxml_C14NDocDumpMemory() local 3632 &with_comments)) in libxml_C14NDocDumpMemory() 3659 with_comments, in libxml_C14NDocDumpMemory() 3694 int with_comments; in libxml_C14NDocSaveTo() local 3710 &with_comments, in libxml_C14NDocSaveTo() 3749 with_comments, in libxml_C14NDocSaveTo()
|
/third_party/python/Lib/xml/etree/ |
D | ElementTree.py | 1799 with_comments=False, strip_text=False, rewrite_prefixes=False, argument 1804 self._with_comments = with_comments
|
/third_party/python/Doc/library/ |
D | xml.etree.elementtree.rst | 537 - *with_comments*: set to true to include comments (default: false) 1334 with_comments=False, strip_text=False, rewrite_prefixes=False, \
|
/third_party/python/Lib/test/ |
D | test_xml_etree.py | 4132 with_comments=keep_comments,
|
/third_party/chromium/patch/ |
D | 0001-cve.patch | 125464 @@ -3961,10 +3957,6 @@ c14nCommonTest(const char *filename, int with_comments, int mode, 125853 -test_c14n(const char* xml_filename, int with_comments, int mode, 125901 - with_comments, &result);
|