Home
last modified time | relevance | path

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

/third_party/sqlite/src/
H A Dshell.c15562 unsigned flgProgress; /* Flags for the progress callback */ member
15634 /* Bits in the ShellState.flgProgress variable */
16513 if( p->flgProgress & SHELL_PROGRESS_RESET ) p->nProgress = 0; in progress_handler()
16514 if( p->flgProgress & SHELL_PROGRESS_ONCE ) p->mxProgress = 0; in progress_handler()
16517 if( (p->flgProgress & SHELL_PROGRESS_QUIET)==0 ){ in progress_handler()
23781 p->flgProgress = 0; in do_meta_command()
23790 p->flgProgress |= SHELL_PROGRESS_QUIET; in do_meta_command()
23794 p->flgProgress |= SHELL_PROGRESS_RESET; in do_meta_command()
23798 p->flgProgress |= SHELL_PROGRESS_ONCE; in do_meta_command()
25398 if( p->flgProgress in runOneSqlLine()
[all...]

Completed in 36 milliseconds