Home
last modified time | relevance | path

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

/freebsd/contrib/sqlite3/
H A Dsqlite3.c233883 int bStat1; /* True if this is sqlite_stat1 */ member
234359 assert( pTab->bStat1==0 || i!=1 );
234993 pTab->bStat1 = 1;
235511 if( pTab->bStat1 ){
235640 if( pTab->bStat1 ){
238098 int bStat1; /* True if table is sqlite_stat1 */ member
238181 int bStat1 = (sqlite3_stricmp(pIter->zTab, "sqlite_stat1")==0); local
238214 if( bStat1 && ii==1 ){
238834 if( p->bStat1 ){
239378 sApply.bStat1 = 0;
[all …]