Home
last modified time | relevance | path

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

/external/sqlite/dist/orig/
Dshell.c13880 int bSchema = 0; /* Also hash the schema */ in do_meta_command() local
13896 bSchema = 1; in do_meta_command()
13921 if( sqlite3_strlike("sqlite_%", zLike, 0)==0 ) bSchema = 1; in do_meta_command()
13924 if( bSchema ){ in do_meta_command()
/external/sqlite/dist/
Dshell.c13903 int bSchema = 0; /* Also hash the schema */ in do_meta_command() local
13919 bSchema = 1; in do_meta_command()
13944 if( sqlite3_strlike("sqlite_%", zLike, 0)==0 ) bSchema = 1; in do_meta_command()
13947 if( bSchema ){ in do_meta_command()