Home
last modified time | relevance | path

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

/freebsd-head/contrib/sqlite3/
HDshell.c19510 #define SHELL_PROGRESS_RESET 0x02 /* Reset the count when the progress macro
20447 if( p->flgProgress & SHELL_PROGRESS_RESET ) p->nProgress = 0; in progress_handler()
27942 p->flgProgress |= SHELL_PROGRESS_RESET; in do_meta_command()
29800 if( p->flgProgress & SHELL_PROGRESS_RESET ) p->nProgress = 0; in runOneSqlLine()