Searched defs:bPurgeable (Results 1 – 3 of 3) sorted by relevance
104 int bPurgeable; /* True if the page cache is purgeable */ member136 int bPurgeable in testpcacheCreate()
49 u8 bPurgeable; /* True if pages are on backing store */ member323 int bPurgeable, /* True if pages are on backing store */ in sqlite3PcacheOpen()
187 int bPurgeable; /* True if cache is purgeable */ member764 static sqlite3_pcache *pcache1Create(int szPage, int szExtra, int bPurgeable){ in pcache1Create()