TF_Ephemeral     91410 ext/sqlite3/libsqlite/sqlite3.c   TESTONLY( nLookaside = (db && (pTable->tabFlags & TF_Ephemeral)==0) ?
TF_Ephemeral     110468 ext/sqlite3/libsqlite/sqlite3.c     pTab->tabFlags |= TF_Ephemeral;
TF_Ephemeral     110646 ext/sqlite3/libsqlite/sqlite3.c       pTab->tabFlags |= TF_Ephemeral;
TF_Ephemeral     110928 ext/sqlite3/libsqlite/sqlite3.c       if( ALWAYS(pTab!=0) && (pTab->tabFlags & TF_Ephemeral)!=0 ){
TF_Ephemeral     121329 ext/sqlite3/libsqlite/sqlite3.c         if( pTab->pSelect==0 && (pTab->tabFlags & TF_Ephemeral)==0 ){
TF_Ephemeral     122915 ext/sqlite3/libsqlite/sqlite3.c     if( (pTab->tabFlags & TF_Ephemeral)!=0 || pTab->pSelect ){
TF_Ephemeral     123165 ext/sqlite3/libsqlite/sqlite3.c     if( (pTab->tabFlags & TF_Ephemeral)==0