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

Function xmlSchemaTypeErrMemory

ThirdParty/libxml2/vtklibxml2/xmlschemastypes.c:194–198  ·  view source on GitHub ↗

* * * Datatype error handlers * * * ************************************************************************/ * xmlSchemaTypeErrMemory: * @extra: extra information * * Handle an out of memory condition */

Source from the content-addressed store, hash-verified

192 * Handle an out of memory condition
193 */
194static void
195xmlSchemaTypeErrMemory(void)
196{
197 xmlRaiseMemoryError(NULL, NULL, NULL, XML_FROM_DATATYPE, NULL);
198}
199
200/************************************************************************
201 * *

Callers 4

xmlSchemaInitBasicTypeFunction · 0.85
xmlSchemaAddParticleFunction · 0.85
xmlSchemaInitTypesFunction · 0.85
xmlSchemaValAtomicTypeFunction · 0.85

Calls 1

xmlRaiseMemoryErrorFunction · 0.85

Tested by

no test coverage detected