Home
last modified time | relevance | path

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

/freebsd/contrib/sqlite3/
H A Dshell.c24044 static void cli_exit(int rc){ in cli_exit() function
24212 cli_exit(1); in shell_out_of_memory()
25109 cli_exit(1); in failIfSafeMode()
25455 if( ++seenInterrupt>1 ) cli_exit(1); in interrupt_handler()
28001 cli_exit(1); in open_db()
28008 cli_exit(1); in open_db()
32993 if( nArg>1 && (rc = (int)integerValue(azArg[1]))!=0 ) cli_exit(rc); in do_meta_command()
33608 cli_exit(1); in do_meta_command()
36190 if( process_input(p, sqliterc) && bail_on_error ) cli_exit(1); in process_sqliterc()
36194 if( bail_on_error ) cli_exit(1); in process_sqliterc()
[all …]