Searched refs:flgProgress (Results 1 - 1 of 1) sorted by path

/freebsd-11-stable/contrib/sqlite3/
H A Dshell.c11268 unsigned flgProgress; /* Flags for the progress callback */ member in struct:ShellState
11325 /* Bits in the ShellState.flgProgress variable */
12091 if( p->flgProgress & SHELL_PROGRESS_RESET ) p->nProgress = 0;
12092 if( p->flgProgress & SHELL_PROGRESS_ONCE ) p->mxProgress = 0;
12095 if( (p->flgProgress & SHELL_PROGRESS_QUIET)==0 ){
19135 p->flgProgress = 0;
19144 p->flgProgress |= SHELL_PROGRESS_QUIET;
19148 p->flgProgress |= SHELL_PROGRESS_RESET;
19152 p->flgProgress |= SHELL_PROGRESS_ONCE;
20613 if( p->flgProgress
[all...]

Completed in 168 milliseconds