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

Function xmlSAX2ErrMemory

ThirdParty/libxml2/vtklibxml2/SAX2.c:41–44  ·  view source on GitHub ↗

* xmlSAX2ErrMemory: * @ctxt: an XML validation parser context * @msg: a string to accompany the error message */

Source from the content-addressed store, hash-verified

39 * @msg: a string to accompany the error message
40 */
41static void
42xmlSAX2ErrMemory(xmlParserCtxtPtr ctxt) {
43 xmlCtxtErrMemory(ctxt);
44}
45
46/**
47 * xmlValidError:

Callers 15

xmlSAX2InternalSubsetFunction · 0.85
xmlSAX2ExternalSubsetFunction · 0.85
xmlSAX2ResolveEntityFunction · 0.85
xmlSAX2EntityDeclFunction · 0.85
xmlSAX2AttributeDeclFunction · 0.85
xmlSAX2StartDocumentFunction · 0.85
xmlSAX2EndDocumentFunction · 0.85
SAX2.cFile · 0.85
xmlSAX2StartElementFunction · 0.85
xmlSAX2TextNodeFunction · 0.85
xmlSAX2AttributeNsFunction · 0.85

Calls 1

xmlCtxtErrMemoryFunction · 0.85

Tested by

no test coverage detected