Lines Matching defs:external

998 /* Test external entities with no handler */
1048 /* Try handing an invalid encoding to an external entity parser */
1061 "Bad encoding not faulted in external entity handler");
1066 read an external subset. This was fixed in Expat 1.95.5.
1079 have an external subset.
1088 read an external subset, but have been declared standalone.
1102 an external subset, and standalone is true.
1115 "Parser did not report undefined entity (external DTD).");
1119 /* Test that external entity handling is not done if the parsing flag
1139 an external subset, and standalone is false.
1167 /* Try again but without external entity handling */
1187 /* Repeat without the external entity handler */
1248 /* Test incomplete external entities are faulted */
1270 "Parser did not report external entity error");
2295 /* Test XML_UseForeignDTD with no external subset present */
2518 /* Test external entity fault handling with suspension */
2541 "Parser did not report external entity error");
2601 /* Test trailing CR in an external entity parse */
2675 /* Test trailing right square bracket in an external entity parse */
2695 /* Test CDATA handling in an external entity */
2748 /* Test that an explicit external entity handler argument replaces
2751 * We do not call the first parameter to the external entity handler
2754 * global 'parser' variable to create our external entity parser from,
3122 /* Regression test that an invalid tag in an external parameter
3123 * reference in an external DTD is correctly faulted.
3137 "Invalid tag IN DTD external param not rejected");
3264 const char *external;
3280 fail("Could not create external entity parser");
3285 const char *const external = testdata->external;
3289 if (_XML_Parse_SINGLE_BYTES(ext_parser, external, split, XML_FALSE)
3293 text = external + split; // the parse below will continue where we left off.
3314 const char *const external = "\xEF\xBB\xBF<!ATTLIST doc a1 CDATA 'value'>";
3315 const int len = (int)strlen(external);
3320 testdata.external = external;
3563 /* Test skipping of parameter entity in an external DTD */
3586 /* Test recursive parameter entity definition rejected in external DTD */
3594 "Recursive external parameter entity not faulted", NULL,
3601 "Recursive external parameter not spotted");
3605 /* Test undefined parameter entity in external entity handler */
3617 /* Now repeat without the external entity ref handler invoking
3938 /* Test that a reference to an unknown external entity is skipped */
3955 /* Test a different form of unknown external entity */
4438 /* Test an external entity parser set to use latin-1 detects UTF-16
5140 /* Test that a doctype with neither an internal nor external subset is
5261 "<!ENTITY % entp SYSTEM \"external.dtd\">\n"