Home
last modified time | relevance | path

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

/freebsd/contrib/sqlite3/
H A Dshell.c34066 int bDebug = 0; in do_meta_command() local
34084 bDebug = 1; in do_meta_command()
34177 if( bDebug ){ in do_meta_command()
34555 int bDebug = 0; /* Only show the query that would have run */ in do_meta_command() local
34576 bDebug = 1; in do_meta_command()
34657 if( bDebug ){ in do_meta_command()
34688 if( bDebug ) cli_printf(p->out, "%s\n", zRevText); in do_meta_command()
34701 if( bDebug ) cli_printf(p->out, "%s\n", zGenQuery); in do_meta_command()