Home
last modified time | relevance | path

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

/src/contrib/sqlite3/
H A Dshell.c29544 int doStats = 0; in do_meta_command() local
29574 doStats = sqlite3_step(pStmt)==SQLITE_ROW; in do_meta_command()
29578 if( doStats==0 ){ in do_meta_command()