Lines Matching defs:rc2
7490 int rc2;
7496 rc2 = fileStat(zCopy, &sStat);
7497 if( rc2!=0 ){
12620 int rc, rc2;
12645 rc2 = sqlite3_reset(p1);
12646 if( rc==SQLITE_OK ) rc = rc2;
15820 int rc2;
15844 rc2 = sqlite3_reset(pStmt);
15845 if( rc==SQLITE_OK ) rc = rc2;
16245 int rc, rc2;
16261 rc2 = sqlite3_finalize(pStmt);
16262 if( rc==SQLITE_OK ) rc = rc2;
22311 int rc2;
22430 rc2 = sqlite3_finalize(pStmt);
22431 if( rc!=SQLITE_NOMEM ) rc = rc2;
24771 int rc2;
24823 rc2 = sqlite3_finalize(pSql);
24824 if( rc==SQLITE_OK && rc2!=SQLITE_OK ){
24825 rc = rc2;
26696 sqlite3_int64 iRes = 0; /* Integer result to display if rc2==1 */
29022 int rc2 = 0; /* 0: usage. 1: %d 2: %x 3: no-output */
29076 rc2 = sqlite3_test_control(testctrl, p->db, opt);
29086 rc2 = sqlite3_test_control(testctrl);
29095 rc2 = sqlite3_test_control(testctrl, opt);
29116 rc2 = sqlite3_test_control(testctrl, ii, db);
29126 rc2 = sqlite3_test_control(testctrl, opt);
29136 rc2 = sqlite3_test_control(testctrl, opt);
29151 rc2 = sqlite3_test_control(testctrl, opt);
29158 rc2 = sqlite3_test_control(testctrl, p->db);
29164 rc2 = sqlite3_test_control(testctrl, p->db,
29174 rc2 = sqlite3_test_control(testctrl, p->db, &x);
29198 sqlite3_test_control(testctrl, -id, &rc2);
29204 rc2 = sqlite3_test_control(testctrl, -id, &val);
29205 if( rc2!=SQLITE_OK ) break;
29219 rc2 = sqlite3_test_control(testctrl, p->db, opt);
29225 rc2 = -1;
29228 rc2 = booleanValue(azArg[2]);
29231 sqlite3_test_control(testctrl, &rc2);
29309 oputf("%d\n", rc2);
29311 oputf("0x%08x\n", rc2);