Lines Matching refs:bPurgeable
6172 ** ^The third argument to xCreate(), bPurgeable, is true if the cache being
6175 ** does not have to do anything special based with the value of bPurgeable;
6176 ** it is purely advisory. ^On a cache where bPurgeable is false, SQLite will
6178 ** ^In other words, calls to xUnpin() on a cache with bPurgeable set to
6180 ** ^Hence, a cache created with bPurgeable false will
6187 ** the SQLite "[PRAGMA cache_size]" command.)^ As with the bPurgeable
6274 sqlite3_pcache *(*xCreate)(int szPage, int szExtra, int bPurgeable);
6296 sqlite3_pcache *(*xCreate)(int szPage, int bPurgeable);