MCPcopy Create free account
hub / github.com/Kitware/VTK / xmlParserPrintFileInfo

Function xmlParserPrintFileInfo

ThirdParty/libxml2/vtklibxml2/error.c:304–315  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

302 */
303
304void
305xmlParserPrintFileInfo(xmlParserInputPtr input) {
306 if (input != NULL) {
307 if (input->filename)
308 xmlGenericError(xmlGenericErrorContext,
309 "%s:%d: ", input->filename,
310 input->line);
311 else
312 xmlGenericError(xmlGenericErrorContext,
313 "Entity: line %d: ", input->line);
314 }
315}
316
317/**
318 * xmlParserPrintFileContextInternal:

Callers 1

xmlVFormatLegacyErrorFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected