Home
last modified time | relevance | path

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

/freebsd/contrib/sqlite3/
H A Dsqlite3.c233488 int bStat1; /* True if this is sqlite_stat1 */ member
233964 assert( pTab->bStat1==0 || i!=1 );
234598 pTab->bStat1 = 1;
235107 if( pTab->bStat1 ){
235236 if( pTab->bStat1 ){
237688 int bStat1; /* True if table is sqlite_stat1 */ member
237770 int bStat1 = (sqlite3_stricmp(pIter->zTab, "sqlite_stat1")==0); local
237803 if( bStat1 && ii==1 ){
238423 if( p->bStat1 ){
238649 sApply.bStat1 = 0;
[all …]