Searched defs:Sqlite3Config (Results 1 – 1 of 1) sorted by relevance
20112 struct Sqlite3Config { struct20113 int bMemstat; /* True to enable memory status */20114 u8 bCoreMutex; /* True to enable core mutexing */20115 u8 bFullMutex; /* True to enable full mutexing */20116 u8 bOpenUri; /* True to interpret filenames as URIs */20117 u8 bUseCis; /* Use covering indices for full-scans */20118 u8 bSmallMalloc; /* Avoid large memory allocations if true */20119 u8 bExtraSchemaChecks; /* Verify type,name,tbl_name in schema */20120 u8 bUseLongDouble; /* Make use of long double */20122 u8 bJsonSelfcheck; /* Double-check JSON parsing */[all …]