• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/libxml2-2.7.2/

Lines Matching defs:xml

2484  * Parse a file containing xml:id and check for errors and verify
2750 if ((URI == NULL) || (!strcmp(URI, "file:///etc/xml/catalog")))
2769 if ((URI == NULL) || (!strcmp(URI, "file:///etc/xml/catalog")))
3007 snprintf(pattern, 499, "./test/schemas/%s_?.xml", prefix);
3131 * Parse an RNG schemas and then apply it to the related .xml
3175 snprintf(pattern, 499, "./test/relaxng/%s_?.xml", prefix);
3263 snprintf(pattern, 499, "./test/relaxng/%s_?.xml", prefix);
3392 char xml[500];
3402 memcpy(xml, filename, len);
3403 xml[len] = 0;
3404 snprintf(result, 499, "result/pattern/%s", baseFilename(xml));
3406 memcpy(xml + len, ".xml", 5);
3408 if (!checkTestFile(xml)) {
3409 fprintf(stderr, "Missing xml file %s\n", xml);
3450 doc = xmlReadFile(xml, NULL, options);
3452 fprintf(stderr, "Failed to parse %s\n", xml);
3840 static const char *catalog = "test/threads/complex.xml";
3842 "test/threads/abc.xml",
3843 "test/threads/acb.xml",
3844 "test/threads/bac.xml",
3845 "test/threads/bca.xml",
3846 "test/threads/cab.xml",
3847 "test/threads/cba.xml",
3848 "test/threads/invalid.xml",
3868 if (!strcmp(filename, "test/threads/invalid.xml")) {
3882 if (!strcmp(filename, "test/threads/invalid.xml")) {
4123 errParseTest, "./test/errors/*.xml", "result/errors/", "", ".err",
4127 streamParseTest, "./test/errors/*.xml", "result/errors/", NULL, ".str",
4216 { "xml:id regression tests" ,
4252 c14nWithCommentTest, "./test/c14n/with-comments/*.xml", NULL, NULL, NULL,
4255 c14nWithoutCommentTest, "./test/c14n/without-comments/*.xml", NULL, NULL, NULL,
4258 c14nExcWithoutCommentTest, "./test/c14n/exc-without-comments/*.xml", NULL, NULL, NULL,