Home
last modified time | relevance | path

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

/freebsd/contrib/sqlite3/
H A 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 …]