Home
last modified time | relevance | path

Searched refs:cli_exit (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/sqlite3/
H A Dshell.c24082 static void cli_exit(int rc){ in cli_exit() function
24250 cli_exit(1); in shell_out_of_memory()
25147 cli_exit(1); in failIfSafeMode()
25493 if( ++seenInterrupt>1 ) cli_exit(1); in interrupt_handler()
28039 cli_exit(1); in open_db()
28046 cli_exit(1); in open_db()
33056 if( nArg>1 && (rc = (int)integerValue(azArg[1]))!=0 ) cli_exit(rc); in do_meta_command()
33671 cli_exit(1); in do_meta_command()
36253 if( process_input(p, sqliterc) && bail_on_error ) cli_exit(1); in process_sqliterc()
36257 if( bail_on_error ) cli_exit(1); in process_sqliterc()
[all …]