Home
last modified time | relevance | path

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

/aosp_15_r20/external/sqlite/dist/sqlite-autoconf-3440300/
H A Dsqlite3.c18328 #define TF_Eponymous 0x00008000 /* An eponymous virtual table */ macro
115132 || (pTab->tabFlags & TF_Eponymous)!=0
123756 if( pTab->tabFlags & TF_Eponymous ){
155098 pTab->tabFlags |= TF_Eponymous;
/aosp_15_r20/external/rust/crates/libsqlite3-sys/sqlite3/
Dsqlite3.c18462 #define TF_Eponymous 0x00008000 /* An eponymous virtual table */ macro
116171 || (pTab->tabFlags & TF_Eponymous)!=0
124830 if( pTab->tabFlags & TF_Eponymous ){
156657 pTab->tabFlags |= TF_Eponymous;
/aosp_15_r20/external/rust/crates/libsqlite3-sys/sqlcipher/
Dsqlite3.c18509 #define TF_Eponymous 0x00008000 /* An eponymous virtual table */ macro
120852 || (pTab->tabFlags & TF_Eponymous)!=0
129533 if( pTab->tabFlags & TF_Eponymous ){
161043 pTab->tabFlags |= TF_Eponymous;
/aosp_15_r20/external/sqlite/dist/sqlite-autoconf-3440300/orig/
H A Dsqlite3.c18328 #define TF_Eponymous 0x00008000 /* An eponymous virtual table */ macro
115116 || (pTab->tabFlags & TF_Eponymous)!=0
123740 if( pTab->tabFlags & TF_Eponymous ){
155082 pTab->tabFlags |= TF_Eponymous;