Searched refs:failIfSafeMode (Results 1 – 1 of 1) sorted by relevance
| /src/contrib/sqlite3/ |
| H A D | shell.c | 21915 static void failIfSafeMode( in failIfSafeMode() function 22602 failIfSafeMode(p, "cannot run ATTACH in safe mode"); in safeModeAuth() 22610 failIfSafeMode(p, "cannot use the %s() function in safe mode", in safeModeAuth() 28870 failIfSafeMode(p, "cannot run .archive in safe mode"); in do_meta_command() 28886 failIfSafeMode(p, "cannot run .%s in safe mode", azArg[0]); in do_meta_command() 28970 failIfSafeMode(p, "cannot run .cd in safe mode"); in do_meta_command() 29027 failIfSafeMode(p, "cannot run .clone in safe mode"); in do_meta_command() 29631 failIfSafeMode(p, "cannot run .import in safe mode"); in do_meta_command() 30150 failIfSafeMode(p, "cannot run .load in safe mode"); in do_meta_command() 30448 failIfSafeMode(p, "cannot open disk-based database files in safe mode"); in do_meta_command() [all …]
|