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

  /external/chromium_org/third_party/sqlite/src/src/
pcache1.c 552 ** The separateCache variable is true if each PCache has its own private
553 ** PGroup. In other words, separateCache is true for mode (1) where no
566 const int separateCache = 1;
568 const int separateCache = 0;
570 int separateCache = sqlite3GlobalConfig.bCoreMutex>0;
573 sz = sizeof(PCache1) + sizeof(PGroup)*separateCache;
577 if( separateCache ){
  /external/chromium_org/third_party/sqlite/amalgamation/
sqlite3.c     [all...]

Completed in 56 milliseconds