Home
last modified time | relevance | path

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

/netbsd-src/external/public-domain/sqlite/dist/
H A Dshell.c25486 int doStats = 0; in do_meta_command() local
25516 doStats = sqlite3_step(pStmt)==SQLITE_ROW; in do_meta_command()
25520 if( doStats==0 ){ in do_meta_command()