Searched refs:failIfSafeMode (Results 1 – 1 of 1) sorted by relevance
| /netbsd-src/external/public-domain/sqlite/dist/ |
| H A D | shell.c | 18370 static void failIfSafeMode( in failIfSafeMode() function 18959 failIfSafeMode(p, "cannot run ATTACH in safe mode"); in safeModeAuth() 18967 failIfSafeMode(p, "cannot use the %s() function in safe mode", in safeModeAuth() 24815 failIfSafeMode(p, "cannot run .archive in safe mode"); in do_meta_command() 24831 failIfSafeMode(p, "cannot run .%s in safe mode", azArg[0]); in do_meta_command() 24924 failIfSafeMode(p, "cannot run .cd in safe mode"); in do_meta_command() 24980 failIfSafeMode(p, "cannot run .clone in safe mode"); in do_meta_command() 25574 failIfSafeMode(p, "cannot run .import in safe mode"); in do_meta_command() 26048 failIfSafeMode(p, "cannot run .load in safe mode"); in do_meta_command() 26301 failIfSafeMode(p, "cannot open disk-based database files in safe mode"); in do_meta_command() [all …]
|