Searched defs:bPurgeable (Results 1 – 3 of 3) sorted by relevance
103 int bPurgeable; /* True if the page cache is purgeable */ member132 static sqlite3_pcache *testpcacheCreate(int szPage, int bPurgeable){ in testpcacheCreate()
26 int bPurgeable; /* True if pages are on backing store */ member173 int bPurgeable, /* True if pages are on backing store */ in sqlite3PcacheOpen()
74 int bPurgeable; /* True if cache is purgeable */ member546 static sqlite3_pcache *pcache1Create(int szPage, int bPurgeable){ in pcache1Create()