Home
last modified time | relevance | path

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

/dports/databases/sqlcipher/sqlcipher-3.4.2/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
297 int bPurgeable, /* True if pages are on backing store */ in sqlite3PcacheOpen()
H A Dpcache1.c157 int bPurgeable; /* True if cache is purgeable */ member
748 static sqlite3_pcache *pcache1Create(int szPage, int szExtra, int bPurgeable){ in pcache1Create()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/sqlite/src/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
296 int bPurgeable, /* True if pages are on backing store */ in sqlite3PcacheOpen()
H A Dpcache1.c176 int bPurgeable; /* True if cache is purgeable */ member
767 static sqlite3_pcache *pcache1Create(int szPage, int szExtra, int bPurgeable){ in pcache1Create()
/dports/databases/sqlite3/sqlite-src-3350500/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
296 int bPurgeable, /* True if pages are on backing store */ in sqlite3PcacheOpen()
H A Dpcache1.c176 int bPurgeable; /* True if cache is purgeable */ member
768 static sqlite3_pcache *pcache1Create(int szPage, int szExtra, int bPurgeable){ in pcache1Create()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/sqlite/src/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
296 int bPurgeable, /* True if pages are on backing store */ in sqlite3PcacheOpen()
H A Dpcache1.c176 int bPurgeable; /* True if cache is purgeable */ member
767 static sqlite3_pcache *pcache1Create(int szPage, int szExtra, int bPurgeable){ in pcache1Create()
/dports/databases/db5/db-5.3.28/lang/sql/sqlite/src/
H A Dtest_pcache.c103 int bPurgeable; /* True if the page cache is purgeable */ member
132 static sqlite3_pcache *testpcacheCreate(int szPage, int bPurgeable){ in testpcacheCreate()