Searched refs:TF_Ephemeral (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/third_party/sqlite/src/src/
H A DsqliteInt.h1260 ** holds temporary tables and indices. If TF_Ephemeral is set
1302 #define TF_Ephemeral 0x02 /* An ephemeral table */ macro
H A Dselect.c3209 pTab->tabFlags |= TF_Ephemeral;
3441 if( ALWAYS(pTab!=0) && (pTab->tabFlags & TF_Ephemeral)!=0 ){
H A Dwhere.c4737 if( (pTab->tabFlags & TF_Ephemeral)!=0 || pTab->pSelect ){
4926 if( (pTab->tabFlags & TF_Ephemeral)==0
/external/chromium_org/third_party/sqlite/amalgamation/
H A Dsqlite3.c9620 ** holds temporary tables and indices. If TF_Ephemeral is set
9662 #define TF_Ephemeral 0x02 /* An ephemeral table */ macro
[all...]
/external/sqlite/dist/orig/
H A Dsqlite3.c10166 ** holds temporary tables and indices. If TF_Ephemeral is set
10208 #define TF_Ephemeral 0x02 /* An ephemeral table */ macro
[all...]
/external/sqlite/dist/
H A Dsqlite3.c10166 ** holds temporary tables and indices. If TF_Ephemeral is set
10208 #define TF_Ephemeral 0x02 /* An ephemeral table */ macro
[all...]

Completed in 494 milliseconds