Searched refs:failIfSafeMode (Results 1 – 1 of 1) sorted by relevance
| /freebsd/contrib/sqlite3/ |
| H A D | shell.c | 25134 static void failIfSafeMode( in failIfSafeMode() function 25579 failIfSafeMode(p, "cannot run ATTACH in safe mode"); in safeModeAuth() 25587 failIfSafeMode(p, "cannot use the %s() function in safe mode", in safeModeAuth() 31051 failIfSafeMode(p, "cannot run .import in safe mode"); in dotCmdImport() 32104 failIfSafeMode(p, "cannot run .%s in safe mode", azArg[0]); in dotCmdOutput() 32576 failIfSafeMode(p, "cannot run .archive in safe mode"); in do_meta_command() 32592 failIfSafeMode(p, "cannot run .%s in safe mode", azArg[0]); in do_meta_command() 32676 failIfSafeMode(p, "cannot run .cd in safe mode"); in do_meta_command() 32715 failIfSafeMode(p, "cannot run .clone in safe mode"); in do_meta_command() 33620 failIfSafeMode(p, "cannot run .load in safe mode"); in do_meta_command() [all …]
|