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.c47511 #ifndef SQLITE_WIN32_CACHE_SIZE
47513 # define SQLITE_WIN32_CACHE_SIZE (SQLITE_DEFAULT_CACHE_SIZE) macro
47515 # define SQLITE_WIN32_CACHE_SIZE (-(SQLITE_DEFAULT_CACHE_SIZE)) macro
47524 #if SQLITE_WIN32_CACHE_SIZE>SQLITE_WIN32_MAX_CACHE_SIZE
47525 # undef SQLITE_WIN32_CACHE_SIZE
47526 # define SQLITE_WIN32_CACHE_SIZE (2000) macro
47533 # define SQLITE_WIN32_HEAP_INIT_SIZE ((SQLITE_WIN32_CACHE_SIZE) * \