Home
last modified time | relevance | path

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

/netbsd-src/external/public-domain/sqlite/dist/
H A Dshell.c26741 int bDebug = 0; in do_meta_command() local
26754 bDebug = 1; in do_meta_command()
26858 if( bDebug ){ in do_meta_command()
27229 int bDebug = 0; /* Only show the query that would have run */ in do_meta_command() local
27250 bDebug = 1; in do_meta_command()
27330 if( bDebug ){ in do_meta_command()
27361 if( bDebug ) oputf("%s\n", zRevText); in do_meta_command()
27374 if( bDebug ) oputf("%s\n", zGenQuery); in do_meta_command()