Home
last modified time | relevance | path

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

/external/chromium_org/third_party/sqlite/src/src/
Dtest_pcache.c103 int bPurgeable; /* True if the page cache is purgeable */ member
132 static sqlite3_pcache *testpcacheCreate(int szPage, int bPurgeable){ in testpcacheCreate()
Dpcache.c26 int bPurgeable; /* True if pages are on backing store */ member
173 int bPurgeable, /* True if pages are on backing store */ in sqlite3PcacheOpen()
Dpcache1.c74 int bPurgeable; /* True if cache is purgeable */ member
546 static sqlite3_pcache *pcache1Create(int szPage, int bPurgeable){ in pcache1Create()