Home
last modified time | relevance | path

Searched refs:SQLITE_WIN32_CACHE_SIZE (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/sqlite3/
H A Dsqlite3.c49161 #ifndef SQLITE_WIN32_CACHE_SIZE
49163 # define SQLITE_WIN32_CACHE_SIZE (SQLITE_DEFAULT_CACHE_SIZE) macro
49165 # define SQLITE_WIN32_CACHE_SIZE (-(SQLITE_DEFAULT_CACHE_SIZE)) macro
49174 #if SQLITE_WIN32_CACHE_SIZE>SQLITE_WIN32_MAX_CACHE_SIZE
49175 # undef SQLITE_WIN32_CACHE_SIZE
49176 # define SQLITE_WIN32_CACHE_SIZE (2000) macro
49183 # define SQLITE_WIN32_HEAP_INIT_SIZE ((SQLITE_WIN32_CACHE_SIZE) * \