Searched refs:rcs (Results 1 – 1 of 1) sorted by relevance
1679 int rcs; in dbEvalStep() local1684 rcs = sqlite3_step(pStmt); in dbEvalStep()1685 if( rcs==SQLITE_ROW ){ in dbEvalStep()1691 rcs = sqlite3_reset(pStmt); in dbEvalStep()1700 if( rcs!=SQLITE_OK ){ in dbEvalStep()1705 if( p->pDb->bLegacyPrepare && rcs==SQLITE_SCHEMA && zPrevSql ){ in dbEvalStep()