Searched defs:Sqlite3Config (Results 1 – 4 of 4) sorted by relevance
20182 struct Sqlite3Config { struct20183 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 …]
20223 struct Sqlite3Config { struct20224 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 …]
20035 struct Sqlite3Config { struct20036 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 …]