Home | History | Annotate | Download | only in dist

Lines Matching refs:shell_exec

1287 static int shell_exec(
2552 shell_exec(p->db, "SELECT * FROM sqlite_stat1",
2555 shell_exec(p->db, "SELECT * FROM sqlite_stat3",
2558 shell_exec(p->db, "SELECT * FROM sqlite_stat4",
3633 rc = shell_exec(p->db, zSql, shell_callback, p, &zErrMsg);
4081 rc = shell_exec(data.db, z, shell_callback, &data, &zErrMsg);
4105 rc = shell_exec(data.db, zFirstCmd, shell_callback, &data, &zErrMsg);