Home | History | Annotate | Download | only in sql

Lines Matching refs:cache_size_

216       cache_size_(0),
324 sqlite3_int64 preload_size = page_size * (cache_size_ ? cache_size_ : 2000);
997 if (cache_size_ != 0) {
999 base::StringPrintf("PRAGMA cache_size=%d", cache_size_);