Home
last modified time | relevance | path

Searched defs:bPurgeable (Results 1 – 3 of 3) sorted by relevance

/sqlite-3.40.0/src/
H A Dtest_pcache.c104 int bPurgeable; /* True if the page cache is purgeable */ member
136 int bPurgeable in testpcacheCreate()
H A Dpcache.c49 u8 bPurgeable; /* True if pages are on backing store */ member
323 int bPurgeable, /* True if pages are on backing store */ in sqlite3PcacheOpen()
H A Dpcache1.c187 int bPurgeable; /* True if cache is purgeable */ member
764 static sqlite3_pcache *pcache1Create(int szPage, int szExtra, int bPurgeable){ in pcache1Create()