APR callback invoked if allocation fails. */
| 273 | |
| 274 | /* APR callback invoked if allocation fails. */ |
| 275 | static int abort_on_oom(int retcode) |
| 276 | { |
| 277 | ap_abort_on_oom(); |
| 278 | return retcode; /* unreachable, hopefully. */ |
| 279 | } |
| 280 | |
| 281 | /* Deregister all hooks when clearing pconf (pre_cleanup). |
| 282 | * TODO: have a hook to deregister and run them from here? |
nothing calls this directly
no test coverage detected