* * * Datatype error handlers * * * ************************************************************************/ * xmlSchemaTypeErrMemory: * @extra: extra information * * Handle an out of memory condition */
| 192 | * Handle an out of memory condition |
| 193 | */ |
| 194 | static void |
| 195 | xmlSchemaTypeErrMemory(void) |
| 196 | { |
| 197 | xmlRaiseMemoryError(NULL, NULL, NULL, XML_FROM_DATATYPE, NULL); |
| 198 | } |
| 199 | |
| 200 | /************************************************************************ |
| 201 | * * |
no test coverage detected