Home
last modified time | relevance | path

Searched defs:with_comments (Results 1 – 7 of 7) sorted by relevance

/external/libxml2/
Dc14n.c58 int with_comments; member
1782 int with_comments, xmlOutputBufferPtr buf) in xmlC14NNewCtx()
1866 int with_comments, xmlOutputBufferPtr buf) { in xmlC14NExecute()
1968 int with_comments, xmlOutputBufferPtr buf) { in xmlC14NDocSaveTo()
2003 int with_comments, xmlChar ** doc_txt_ptr) in xmlC14NDocDumpMemory()
2074 int with_comments, const char *filename, int compression) in xmlC14NDocSave()
DtestC14N.c63 test_c14n(const char* xml_filename, int with_comments, int mode, in test_c14n()
Druntest.c3786 c14nRunTest(const char* xml_filename, int with_comments, int mode, in c14nRunTest()
3876 c14nCommonTest(const char *filename, int with_comments, int mode, in c14nCommonTest()
Dtestapi.c5380 int with_comments; /* include comments in the result (!=0) or not (==0) */ in test_xmlC14NDocDumpMemory() local
5449 int with_comments; /* include comments in the result (!=0) or not (==0) */ in test_xmlC14NDocSave() local
5525 int with_comments; /* include comments in the result (!=0) or not (==0) */ in test_xmlC14NDocSaveTo() local
/external/libxml2/python/
Dlibxml.py429 with_comments=0): argument
443 with_comments=0): argument
Dlibxml.c3617 int with_comments; in libxml_C14NDocDumpMemory() local
3693 int with_comments; in libxml_C14NDocSaveTo() local
/external/python/cpython3/Lib/xml/etree/
DElementTree.py1801 with_comments=False, strip_text=False, rewrite_prefixes=False, argument