* xmlIOErrMemory: * @extra: extra information * * Handle an out of memory condition */
| 121 | * Handle an out of memory condition |
| 122 | */ |
| 123 | static void |
| 124 | xmlIOErrMemory(void) |
| 125 | { |
| 126 | xmlRaiseMemoryError(NULL, NULL, NULL, XML_FROM_IO, NULL); |
| 127 | } |
| 128 | |
| 129 | /** |
| 130 | * __xmlIOErr: |
no test coverage detected