Home
last modified time | relevance | path

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

/freebsd/contrib/sqlite3/
H A Dsqlite3.c20650 struct Sqlite3Config { struct
20651 int bMemstat; /* True to enable memory status */
20652 u8 bCoreMutex; /* True to enable core mutexing */
20653 u8 bFullMutex; /* True to enable full mutexing */
20654 u8 bOpenUri; /* True to interpret filenames as URIs */
20655 u8 bUseCis; /* Use covering indices for full-scans */
20656 u8 bSmallMalloc; /* Avoid large memory allocations if true */
20657 u8 bExtraSchemaChecks; /* Verify type,name,tbl_name in schema */
20659 u8 bJsonSelfcheck; /* Double-check JSON parsing */
20661 int mxStrlen; /* Maximum string length */
[all …]