Searched refs:shell_exec (Results 1 – 1 of 1) sorted by relevance
| /freebsd/contrib/sqlite3/ |
| H A D | shell.c | 26568 static int shell_exec( in shell_exec() function 26985 rc = shell_exec(p, sSelect.zTxt, 0); in dump_callback() 26989 shell_exec(p, sSelect.zTxt, 0); in dump_callback() 33264 rc = shell_exec(&data,zSql,0); in do_meta_command() 33290 shell_exec(&data, "SELECT * FROM sqlite_stat1", 0); in do_meta_command() 33294 shell_exec(&data, "SELECT * FROM sqlite_stat4", 0); in do_meta_command() 33506 shell_exec(p, sqlite3_str_value(pSql), 0); in do_meta_command() 34243 rc = shell_exec(&data, sqlite3_str_value(pSql), &zErrMsg); in do_meta_command() 34723 shell_exec(p, zSql, 0); in do_meta_command() 34930 shell_exec(p, sqlite3_str_value(pSql), 0); in do_meta_command() [all …]
|