Home | History | Annotate | Download | only in src

Lines Matching refs:rcs

1372       int rcs;
1377 rcs = sqlite3_step(pStmt);
1378 if( rcs==SQLITE_ROW ){
1384 rcs = sqlite3_reset(pStmt);
1392 if( rcs!=SQLITE_OK ){