Home
last modified time | relevance | path

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

/netbsd-src/external/public-domain/sqlite/dist/
H A Dshell.c27226 int bSchema = 0; /* Also hash the schema */ in do_meta_command() local
27242 bSchema = 1; in do_meta_command()
27265 if( sqlite3_strlike("sqlite\\_%", zLike, '\\')==0 ) bSchema = 1; in do_meta_command()
27268 if( bSchema ){ in do_meta_command()