Home
last modified time | relevance | path

Searched defs:Sqlite3Config (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/rust/crates/libsqlite3-sys/sqlite3/
Dsqlite3.c20182 struct Sqlite3Config { struct
20183 int bMemstat; /* True to enable memory status */
20184 u8 bCoreMutex; /* True to enable core mutexing */
20185 u8 bFullMutex; /* True to enable full mutexing */
20186 u8 bOpenUri; /* True to interpret filenames as URIs */
20187 u8 bUseCis; /* Use covering indices for full-scans */
20188 u8 bSmallMalloc; /* Avoid large memory allocations if true */
20189 u8 bExtraSchemaChecks; /* Verify type,name,tbl_name in schema */
20190 u8 bUseLongDouble; /* Make use of long double */
20192 u8 bJsonSelfcheck; /* Double-check JSON parsing */
[all …]
/aosp_15_r20/external/rust/crates/libsqlite3-sys/sqlcipher/
Dsqlite3.c20223 struct Sqlite3Config { struct
20224 int bMemstat; /* True to enable memory status */
20225 u8 bCoreMutex; /* True to enable core mutexing */
20226 u8 bFullMutex; /* True to enable full mutexing */
20227 u8 bOpenUri; /* True to interpret filenames as URIs */
20228 u8 bUseCis; /* Use covering indices for full-scans */
20229 u8 bSmallMalloc; /* Avoid large memory allocations if true */
20230 u8 bExtraSchemaChecks; /* Verify type,name,tbl_name in schema */
20231 u8 bUseLongDouble; /* Make use of long double */
20233 u8 bJsonSelfcheck; /* Double-check JSON parsing */
[all …]
/aosp_15_r20/external/sqlite/dist/sqlite-autoconf-3440300/
H A Dsqlite3.c20035 struct Sqlite3Config { struct
20036 int bMemstat; /* True to enable memory status */
20037 u8 bCoreMutex; /* True to enable core mutexing */
20038 u8 bFullMutex; /* True to enable full mutexing */
20039 u8 bOpenUri; /* True to interpret filenames as URIs */
20040 u8 bUseCis; /* Use covering indices for full-scans */
20041 u8 bSmallMalloc; /* Avoid large memory allocations if true */
20042 u8 bExtraSchemaChecks; /* Verify type,name,tbl_name in schema */
20043 u8 bUseLongDouble; /* Make use of long double */
20044 int mxStrlen; /* Maximum string length */
[all …]
/aosp_15_r20/external/sqlite/dist/sqlite-autoconf-3440300/orig/
H A Dsqlite3.c20035 struct Sqlite3Config { struct
20036 int bMemstat; /* True to enable memory status */
20037 u8 bCoreMutex; /* True to enable core mutexing */
20038 u8 bFullMutex; /* True to enable full mutexing */
20039 u8 bOpenUri; /* True to interpret filenames as URIs */
20040 u8 bUseCis; /* Use covering indices for full-scans */
20041 u8 bSmallMalloc; /* Avoid large memory allocations if true */
20042 u8 bExtraSchemaChecks; /* Verify type,name,tbl_name in schema */
20043 u8 bUseLongDouble; /* Make use of long double */
20044 int mxStrlen; /* Maximum string length */
[all …]