Searched refs:failIfSafeMode (Results 1 – 1 of 1) sorted by relevance
| /freebsd-14.2/contrib/sqlite3/ |
| H A D | shell.c | 19633 static void failIfSafeMode( in failIfSafeMode() function 20222 failIfSafeMode(p, "cannot run ATTACH in safe mode"); in safeModeAuth() 26152 failIfSafeMode(p, "cannot run .archive in safe mode"); in do_meta_command() 26168 failIfSafeMode(p, "cannot run .%s in safe mode", azArg[0]); in do_meta_command() 26261 failIfSafeMode(p, "cannot run .cd in safe mode"); in do_meta_command() 26317 failIfSafeMode(p, "cannot run .clone in safe mode"); in do_meta_command() 26911 failIfSafeMode(p, "cannot run .import in safe mode"); in do_meta_command() 27418 failIfSafeMode(p, "cannot run .load in safe mode"); in do_meta_command() 27712 failIfSafeMode(p, "cannot run .%s in safe mode", azArg[0]); in do_meta_command() 27990 failIfSafeMode(p, "cannot run .read in safe mode"); in do_meta_command() [all …]
|