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

Function xmlErrMemory

ThirdParty/libxml2/vtklibxml2/parser.c:222–225  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

220 ************************************************************************/
221
222static void
223xmlErrMemory(xmlParserCtxtPtr ctxt) {
224 xmlCtxtErrMemory(ctxt);
225}
226
227/**
228 * xmlErrAttributeDup:

Callers 15

xmlCtxtInitializeLateFunction · 0.85
xmlAddDefAttrsFunction · 0.85
xmlAddSpecialAttrFunction · 0.85
xmlParserNsGrowFunction · 0.85
xmlParserNsPushFunction · 0.85
xmlCtxtGrowAttrsFunction · 0.85
inputPushFunction · 0.85
nodePushFunction · 0.85
nameNsPushFunction · 0.85
namePushFunction · 0.85
spacePushFunction · 0.85
xmlSplitQNameFunction · 0.85

Calls 1

xmlCtxtErrMemoryFunction · 0.85

Tested by

no test coverage detected