Searched refs:shell_exec (Results 1 – 1 of 1) sorted by relevance
| /freebsd/contrib/sqlite3/ |
| H A D | shell.c | 26530 static int shell_exec( in shell_exec() function 26947 rc = shell_exec(p, sSelect.zTxt, 0); in dump_callback() 26951 shell_exec(p, sSelect.zTxt, 0); in dump_callback() 33201 rc = shell_exec(&data,zSql,0); in do_meta_command() 33227 shell_exec(&data, "SELECT * FROM sqlite_stat1", 0); in do_meta_command() 33231 shell_exec(&data, "SELECT * FROM sqlite_stat4", 0); in do_meta_command() 33443 shell_exec(p, sqlite3_str_value(pSql), 0); in do_meta_command() 34180 rc = shell_exec(&data, sqlite3_str_value(pSql), &zErrMsg); in do_meta_command() 34660 shell_exec(p, zSql, 0); in do_meta_command() 34867 shell_exec(p, sqlite3_str_value(pSql), 0); in do_meta_command() [all …]
|