Home
last modified time | relevance | path

Searched refs:nProgress (Results 1 – 3 of 3) sorted by relevance

/sqlite-3.40.0/ext/rbu/
H A Drbu.c88 sqlite3_int64 nProgress = 0; in main() local
159 nProgress = sqlite3rbu_progress(pRbu); in main()
168 nProgress in main()
176 nProgress in main()
H A Dsqlite3rbu.c225 i64 nProgress; member
389 int nProgress; /* Rows processed for all objects */ member
2729 pRet->nProgress = sqlite3_column_int64(pStmt, 1); in rbuLoadState()
3544 RBU_STATE_PROGRESS, p->nProgress, in rbuSaveState()
3660 if( rbuIsVacuum(p) && p->nProgress==0 && p->rc==SQLITE_OK ){ in sqlite3rbu_step()
3684 p->nProgress++; in sqlite3rbu_step()
3714 p->nProgress++; in sqlite3rbu_step()
3762 p->nProgress++; in sqlite3rbu_step()
4030 p->nProgress = pState->nProgress; in openRbuHandle()
4273 return pRbu->nProgress; in sqlite3rbu_progress()
[all …]
/sqlite-3.40.0/src/
H A Dshell.c.in1156 unsigned nProgress; /* Number of progress callbacks encountered */ member
2106 p->nProgress++;
2107 if( p->nProgress>=p->mxProgress && p->mxProgress>0 ){
2108 raw_printf(p->out, "Progress limit reached (%u)\n", p->nProgress);
2109 if( p->flgProgress & SHELL_PROGRESS_RESET ) p->nProgress = 0;
2114 raw_printf(p->out, "Progress %u\n", p->nProgress);
9379 p->nProgress = 0;
10994 if( p->flgProgress & SHELL_PROGRESS_RESET ) p->nProgress = 0;