Home | History | Annotate | Download | only in dist

Lines Matching defs:rc2

1123   int rc2;
1226 rc2 = sqlite3_finalize(pStmt);
1227 if( rc!=SQLITE_NOMEM ) rc = rc2;