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

Function xmlBufMemoryError

ThirdParty/libxml2/vtklibxml2/buf.c:91–96  ·  view source on GitHub ↗

* xmlBufMemoryError: * @extra: extra information * * Handle an out of memory condition * To be improved... */

Source from the content-addressed store, hash-verified

89 * To be improved...
90 */
91static void
92xmlBufMemoryError(xmlBufPtr buf)
93{
94 if (buf->error == 0)
95 buf->error = XML_ERR_NO_MEMORY;
96}
97
98/**
99 * xmlBufOverflowError:

Callers 4

xmlBufGrowInternalFunction · 0.85
ifFunction · 0.85
xmlBufResizeFunction · 0.85
xmlBufAddFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected