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

/netbsd-current/external/public-domain/sqlite/dist/
H A Dshell.c18171 unsigned nProgress; /* Number of progress callbacks encountered */ member in struct:ShellState
19181 p->nProgress++;
19182 if( p->nProgress>=p->mxProgress && p->mxProgress>0 ){
19183 oputf("Progress limit reached (%u)\n", p->nProgress);
19184 if( p->flgProgress & SHELL_PROGRESS_RESET ) p->nProgress = 0;
19189 oputf("Progress %u\n", p->nProgress);
26561 p->nProgress = 0;
28360 if( p->flgProgress & SHELL_PROGRESS_RESET ) p->nProgress = 0;

Completed in 161 milliseconds