HomeSort by relevance Sort by last modified time
    Searched defs:SQLITE_DEFAULT_CACHE_SIZE (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/third_party/sqlite/src/src/
sqliteLimit.h 102 ** table and for temporary tables. The SQLITE_DEFAULT_CACHE_SIZE
104 #ifndef SQLITE_DEFAULT_CACHE_SIZE
105 # define SQLITE_DEFAULT_CACHE_SIZE 2000
  /external/chromium_org/third_party/sqlite/amalgamation/
sqlite3.c 184 ** table and for temporary tables. The SQLITE_DEFAULT_CACHE_SIZE
186 #ifndef SQLITE_DEFAULT_CACHE_SIZE
187 # define SQLITE_DEFAULT_CACHE_SIZE 2000
    [all...]
  /external/sqlite/dist/orig/
sqlite3.c     [all...]
  /external/sqlite/dist/
sqlite3.c     [all...]

Completed in 111 milliseconds