Home
last modified time | relevance | path

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

/netbsd-src/external/public-domain/sqlite/dist/
H A Dshell.c27104 int bIsInit = 0; /* True to initialize the SELFTEST table */ in do_meta_command() local
27118 bIsInit = 1; in do_meta_command()
27136 if( bIsInit ){ in do_meta_command()