Searched refs:PROCEED_ON_ERROR (Results 1 - 1 of 1) sorted by relevance

/external/qemu/distrib/sdl-1.2.15/src/stdlib/
H A DSDL_malloc.c129 errors by defining PROCEED_ON_ERROR. In this case, a bad free
291 PROCEED_ON_ERROR default: defined as 0 (false)
297 application to proceed. If PROCEED_ON_ERROR is defined, the
536 #ifndef PROCEED_ON_ERROR
537 #define PROCEED_ON_ERROR 0 macro
538 #endif /* PROCEED_ON_ERROR */
2179 #if PROCEED_ON_ERROR
2190 #else /* PROCEED_ON_ERROR */
2200 #endif /* PROCEED_ON_ERROR */
3253 #if PROCEED_ON_ERROR
[all...]

Completed in 302 milliseconds