Searched refs:TF_Ephemeral (Results 1 – 2 of 2) sorted by relevance
18264 #define TF_Ephemeral 0x00004000 /* An ephemeral table */ macro120900 if( !db->mallocFailed && (pTable->tabFlags & TF_Ephemeral)==0 ){146964 pTab->tabFlags |= TF_Ephemeral | TF_NoVisibleRowid;147110 pTab->tabFlags |= TF_Ephemeral | TF_NoVisibleRowid;147112 pTab->tabFlags |= TF_Ephemeral; /* Legacy compatibility mode */147616 if( (pTab->tabFlags & TF_Ephemeral)!=0 ){154861 pTab->tabFlags |= TF_Ephemeral;163977 if( !IsView(pTab) && (pTab->tabFlags & TF_Ephemeral)==0 ){166611 if( (pTab->tabFlags & TF_Ephemeral)!=0 || IsView(pTab) ){168297 pTab->tabFlags |= TF_Ephemeral;
9954 #define TF_Ephemeral 0x02 /* An ephemeral table */ macro95579 pTab->tabFlags |= TF_Ephemeral;95811 if( ALWAYS(pTab!=0) && (pTab->tabFlags & TF_Ephemeral)!=0 ){105288 if( (pTab->tabFlags & TF_Ephemeral)!=0 || pTab->pSelect ){105477 if( (pTab->tabFlags & TF_Ephemeral)==0