| 270 | } |
| 271 | |
| 272 | static void |
| 273 | testStructuredErrorHandler(void *ctx ATTRIBUTE_UNUSED, const xmlError *err) { |
| 274 | xmlFormatError(err, testErrorHandler, NULL); |
| 275 | } |
| 276 | |
| 277 | static void |
| 278 | initializeLibxml2(void) { |
nothing calls this directly
no test coverage detected