Lines Matching refs:rc2
1497 int rc2; in shell_exec() local
1626 rc2 = sqlite3_finalize(pStmt); in shell_exec()
1627 if( rc!=SQLITE_NOMEM ) rc = rc2; in shell_exec()
3833 int rc2 = 0; in do_meta_command() local
3862 rc2 = sqlite3_test_control(testctrl, p->db, opt); in do_meta_command()
3863 fprintf(p->out, "%d (0x%08x)\n", rc2, rc2); in do_meta_command()
3876 rc2 = sqlite3_test_control(testctrl); in do_meta_command()
3877 fprintf(p->out, "%d (0x%08x)\n", rc2, rc2); in do_meta_command()
3887 rc2 = sqlite3_test_control(testctrl, opt); in do_meta_command()
3888 fprintf(p->out, "%d (0x%08x)\n", rc2, rc2); in do_meta_command()
3901 rc2 = sqlite3_test_control(testctrl, opt); in do_meta_command()
3902 fprintf(p->out, "%d (0x%08x)\n", rc2, rc2); in do_meta_command()
3914 rc2 = sqlite3_test_control(testctrl, opt); in do_meta_command()
3915 fprintf(p->out, "%d (0x%08x)\n", rc2, rc2); in do_meta_command()
3925 rc2 = sqlite3_test_control(testctrl, p->db, in do_meta_command()
3929 fprintf(p->out, "%d (0x%08x)\n", rc2, rc2); in do_meta_command()