Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/sqlite3/
Dsqlite3.c18264 #define TF_Ephemeral 0x00004000 /* An ephemeral table */ macro
120900 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;
/freebsd-12-stable/crypto/heimdal/lib/sqlite/
Dsqlite3.c9954 #define TF_Ephemeral 0x02 /* An ephemeral table */ macro
95579 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