Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/sqlite3/
H A Dshell.c12379 static void failIfSafeMode( in failIfSafeMode() function
12895 failIfSafeMode(p, "cannot run ATTACH in safe mode"); in safeModeAuth()
18678 failIfSafeMode(p, "cannot run .archive in safe mode"); in do_meta_command()
18693 failIfSafeMode(p, "cannot run .%s in safe mode", azArg[0]); in do_meta_command()
18782 failIfSafeMode(p, "cannot run .cd in safe mode"); in do_meta_command()
18836 failIfSafeMode(p, "cannot run .clone in safe mode"); in do_meta_command()
19398 failIfSafeMode(p, "cannot run .import in safe mode"); in do_meta_command()
19856 failIfSafeMode(p, "cannot run .load in safe mode"); in do_meta_command()
19875 failIfSafeMode(p, "cannot run .log in safe mode"); in do_meta_command()
20361 failIfSafeMode(p, "cannot run .read in safe mode"); in do_meta_command()
[all …]