Searched defs:separateCache (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/sqlite/src/src/
H A Dpcache1.c552 ** 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; local
568 const int separateCache = 0; local
570 int separateCache = sqlite3GlobalConfig.bCoreMutex>0; local
573 sz = sizeof(PCache1) + sizeof(PGroup)*separateCache;
577 if( separateCache ){
/external/chromium_org/third_party/sqlite/amalgamation/
H A Dsqlite3.c35480 const int separateCache = 1; local
35482 const int separateCache = 0; local
35484 int separateCache = sqlite3GlobalConfig.bCoreMutex>0; local
[all...]
/external/sqlite/dist/orig/
H A Dsqlite3.c39140 const int separateCache = 0; local
39142 int separateCache = sqlite3GlobalConfig.bCoreMutex>0; local
[all...]
/external/sqlite/dist/
H A Dsqlite3.c39160 const int separateCache = 0; local
39162 int separateCache = sqlite3GlobalConfig.bCoreMutex>0; local
[all...]

Completed in 777 milliseconds