Home
last modified time | relevance | path

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

/aosp_15_r20/external/sqlite/dist/sqlite-autoconf-3440300/
H A Dsqlite3.c17684 #define SQLITE_AutoIndex 0x00008000 /* Enable automatic indexes */ macro
136973 /* iArg: */ SQLITE_AutoIndex },
164207 && (pWInfo->pParse->db->flags & SQLITE_AutoIndex)!=0
181166 | SQLITE_AutoIndex
/aosp_15_r20/external/rust/crates/libsqlite3-sys/sqlite3/
Dsqlite3.c17819 #define SQLITE_AutoIndex 0x00008000 /* Enable automatic indexes */ macro
138258 /* iArg: */ SQLITE_AutoIndex },
165928 && (pWInfo->pParse->db->flags & SQLITE_AutoIndex)!=0
183154 | SQLITE_AutoIndex
/aosp_15_r20/external/rust/crates/libsqlite3-sys/sqlcipher/
Dsqlite3.c17865 #define SQLITE_AutoIndex 0x00008000 /* Enable automatic indexes */ macro
142769 /* iArg: */ SQLITE_AutoIndex },
170206 && (pWInfo->pParse->db->flags & SQLITE_AutoIndex)!=0
187204 | SQLITE_AutoIndex
/aosp_15_r20/external/sqlite/dist/sqlite-autoconf-3440300/orig/
H A Dsqlite3.c17684 #define SQLITE_AutoIndex 0x00008000 /* Enable automatic indexes */ macro
136957 /* iArg: */ SQLITE_AutoIndex },
164191 && (pWInfo->pParse->db->flags & SQLITE_AutoIndex)!=0
181150 | SQLITE_AutoIndex