MCPcopy Create free account
hub / github.com/GaijinEntertainment/daScript / rc_err_oom_die

Function rc_err_oom_die

modules/dasSQLITE/sqlite/shell.c:22769–22772  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

22767 fprintf(stderr,"E:%d\n",rc), assert(0)
22768#else
22769static void rc_err_oom_die(int rc){
22770 if( rc==SQLITE_NOMEM ) shell_check_oom(0);
22771 assert(rc==SQLITE_OK||rc==SQLITE_DONE);
22772}
22773#endif
22774
22775#ifdef SHELL_COLFIX_DB /* If this is set, the DB can be in a file. */

Callers 1

zAutoColumnFunction · 0.85

Calls 2

shell_check_oomFunction · 0.85
assertFunction · 0.85

Tested by

no test coverage detected