Home
last modified time | relevance | path

Searched refs:xml_filename (Results 1 – 2 of 2) sorted by relevance

/external/libxml2/
DtestC14N.c60 test_c14n(const char* xml_filename, int with_comments, int mode, in test_c14n() argument
74 doc = xmlReadFile(xml_filename, NULL, XML_PARSE_DTDATTR | XML_PARSE_NOENT); in test_c14n()
76 fprintf(stderr, "Error: unable to parse file \"%s\"\n", xml_filename); in test_c14n()
84 fprintf(stderr,"Error: empty document for file \"%s\"\n", xml_filename); in test_c14n()
117 fprintf(stderr,"Error: failed to canonicalize XML file \"%s\" (ret=%d)\n", xml_filename, ret); in test_c14n()
Druntest.c3781 c14nRunTest(const char* xml_filename, int with_comments, int mode, in c14nRunTest() argument
3800 doc = xmlReadFile(xml_filename, NULL, XML_PARSE_DTDATTR | XML_PARSE_NOENT); in c14nRunTest()
3802 fprintf(stderr, "Error: unable to parse file \"%s\"\n", xml_filename); in c14nRunTest()
3810 fprintf(stderr,"Error: empty document for file \"%s\"\n", xml_filename); in c14nRunTest()
3848 fprintf(stderr, "Result mismatch for %s\n", xml_filename); in c14nRunTest()
3854 fprintf(stderr,"Error: failed to canonicalize XML file \"%s\" (ret=%d)\n", xml_filename, ret); in c14nRunTest()