Home
last modified time | relevance | path

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

/freebsd-12-stable/crypto/heimdal/lib/sqlite/
Dsqlite3.c11078 struct Sqlite3Config { struct
11079 int bMemstat; /* True to enable memory status */
11080 int bCoreMutex; /* True to enable core mutexing */
11081 int bFullMutex; /* True to enable full mutexing */
11082 int bOpenUri; /* True to interpret filenames as URIs */
11083 int mxStrlen; /* Maximum string length */
11084 int szLookaside; /* Default lookaside buffer size */
11085 int nLookaside; /* Default lookaside buffer count */
11086 sqlite3_mem_methods m; /* Low-level memory allocation interface */
11087 sqlite3_mutex_methods mutex; /* Low-level mutex interface */
[all …]
/freebsd-12-stable/contrib/sqlite3/
Dsqlite3.c19962 struct Sqlite3Config { struct
19963 int bMemstat; /* True to enable memory status */
19964 u8 bCoreMutex; /* True to enable core mutexing */
19965 u8 bFullMutex; /* True to enable full mutexing */
19966 u8 bOpenUri; /* True to interpret filenames as URIs */
19967 u8 bUseCis; /* Use covering indices for full-scans */
19968 u8 bSmallMalloc; /* Avoid large memory allocations if true */
19969 u8 bExtraSchemaChecks; /* Verify type,name,tbl_name in schema */
19970 u8 bUseLongDouble; /* Make use of long double */
19971 int mxStrlen; /* Maximum string length */
[all …]