Searched refs:failIfSafeMode (Results 1 - 1 of 1) sorted by relevance
/third_party/sqlite/src/ |
H A D | shell.c | 15757 static void failIfSafeMode( in failIfSafeMode() function 16290 failIfSafeMode(p, "cannot run ATTACH in safe mode"); in safeModeAuth() 16298 failIfSafeMode(p, "cannot use the %s() function in safe mode", in safeModeAuth() 22061 failIfSafeMode(p, "cannot run .archive in safe mode"); in do_meta_command() 22077 failIfSafeMode(p, "cannot run .%s in safe mode", azArg[0]); in do_meta_command() 22168 failIfSafeMode(p, "cannot run .cd in safe mode"); in do_meta_command() 22226 failIfSafeMode(p, "cannot run .clone in safe mode"); in do_meta_command() 22803 failIfSafeMode(p, "cannot run .import in safe mode"); in do_meta_command() 23270 failIfSafeMode(p, "cannot run .load in safe mode"); in do_meta_command() 23290 failIfSafeMode( in do_meta_command() [all...] |
Completed in 31 milliseconds