Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/sqlite3/
H A Dshell.c17713 int bIsInit = 0; /* True to initialize the SELFTEST table */ in do_meta_command() local
17727 bIsInit = 1; in do_meta_command()
17746 if( bIsInit ){ in do_meta_command()