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

Function xmlDebugErr

ThirdParty/libxml2/vtklibxml2/debugXML.c:153–158  ·  view source on GitHub ↗

* xmlDebugErr: * @ctxt: a debug context * @error: the error code * * Handle a debug error. */

Source from the content-addressed store, hash-verified

151 * Handle a debug error.
152 */
153static void
154xmlDebugErr(xmlDebugCtxtPtr ctxt, int error, const char *msg)
155{
156 ctxt->errors++;
157 fprintf(ctxt->output, "ERROR %d: %s", error, msg);
158}
159static void LIBXML_ATTR_FORMAT(3,0)
160xmlDebugErr2(xmlDebugCtxtPtr ctxt, int error, const char *msg, int extra)
161{

Callers 10

xmlCtxtNsCheckScopeFunction · 0.85
xmlCtxtCheckNameFunction · 0.85
xmlCtxtGenericNodeCheckFunction · 0.85
xmlCtxtDumpDtdNodeFunction · 0.85
xmlCtxtDumpAttrDeclFunction · 0.85
xmlCtxtDumpElemDeclFunction · 0.85
xmlCtxtDumpEntityDeclFunction · 0.85
xmlCtxtDumpNamespaceFunction · 0.85
xmlCtxtDumpAttrFunction · 0.85
xmlCtxtDumpDocHeadFunction · 0.85

Calls 1

fprintfFunction · 0.85

Tested by

no test coverage detected