Lines Matching refs:rc2

8314       int rc2;  in makeDirectory()  local
8320 rc2 = fileStat(zCopy, &sStat); in makeDirectory()
8321 if( rc2!=0 ){ in makeDirectory()
13459 int rc, rc2; in idxGetTableInfo() local
13484 rc2 = sqlite3_reset(p1); in idxGetTableInfo()
13485 if( rc==SQLITE_OK ) rc = rc2; in idxGetTableInfo()
18053 int rc2; in dbdataLoadPage() local
18077 rc2 = sqlite3_reset(pStmt); in dbdataLoadPage()
18078 if( rc==SQLITE_OK ) rc = rc2; in dbdataLoadPage()
18479 int rc, rc2; in dbdataDbsize() local
18495 rc2 = sqlite3_finalize(pStmt); in dbdataDbsize()
18496 if( rc==SQLITE_OK ) rc = rc2; in dbdataDbsize()
24838 int rc2; in shell_exec() local
24959 rc2 = sqlite3_finalize(pStmt); in shell_exec()
24960 if( rc!=SQLITE_NOMEM ) rc = rc2; in shell_exec()
27480 int rc2; in lintFkeyIndexes() local
27533 rc2 = sqlite3_finalize(pSql); in lintFkeyIndexes()
27534 if( rc==SQLITE_OK && rc2!=SQLITE_OK ){ in lintFkeyIndexes()
27535 rc = rc2; in lintFkeyIndexes()
31849 int rc2 = 0; /* 0: usage. 1: %d 2: %x 3: no-output */ in do_meta_command() local
32013 rc2 = isOk = 3; in do_meta_command()
32021 rc2 = sqlite3_test_control(testctrl, p->db, opt); in do_meta_command()
32031 rc2 = sqlite3_test_control(testctrl); in do_meta_command()
32040 rc2 = sqlite3_test_control(testctrl, opt); in do_meta_command()
32061 rc2 = sqlite3_test_control(testctrl, ii, db); in do_meta_command()
32071 rc2 = sqlite3_test_control(testctrl, opt); in do_meta_command()
32081 rc2 = sqlite3_test_control(testctrl, opt); in do_meta_command()
32088 rc2 = sqlite3_test_control(testctrl, p->db); in do_meta_command()
32094 rc2 = sqlite3_test_control(testctrl, p->db, in do_meta_command()
32104 rc2 = sqlite3_test_control(testctrl, p->db, &x); in do_meta_command()
32128 sqlite3_test_control(testctrl, -id, &rc2); in do_meta_command()
32134 rc2 = sqlite3_test_control(testctrl, -id, &val); in do_meta_command()
32135 if( rc2!=SQLITE_OK ) break; in do_meta_command()
32149 rc2 = sqlite3_test_control(testctrl, p->db, opt); in do_meta_command()
32155 rc2 = -1; in do_meta_command()
32158 rc2 = booleanValue(azArg[2]); in do_meta_command()
32161 sqlite3_test_control(testctrl, &rc2); in do_meta_command()
32250 sqlite3_fprintf(p->out, "%d\n", rc2); in do_meta_command()
32252 sqlite3_fprintf(p->out, "0x%08x\n", rc2); in do_meta_command()