Searched defs:bPurgeable (Results 1 - 2 of 2) sorted by relevance

/external/sqlite/dist/orig/
H A Dsqlite3.c6722 ** ^The third argument to xCreate(), bPurgeable, is true if the cache being
6725 ** does not have to do anything special based with the value of bPurgeable;
6726 ** it is purely advisory. ^On a cache where bPurgeable is false, SQLite will
6728 ** ^In other words, calls to xUnpin() on a cache with bPurgeable set to
6730 ** ^Hence, a cache created with bPurgeable false will
6737 ** the SQLite "[PRAGMA cache_size]" command.)^ As with the bPurgeable
6824 sqlite3_pcache *(*xCreate)(int szPage, int szExtra, int bPurgeable);
6846 sqlite3_pcache *(*xCreate)(int szPage, int bPurgeable);
9111 int bPurgeable, /* True if pages are on backing store */
36248 int bPurgeable; /* True if pages are on backing store */ member in struct:PCache
36392 sqlite3PcacheOpen( int szPage, int szExtra, int bPurgeable, int (*xStress)(void*,PgHdr*), void *pStress, PCache *p ) argument
36918 int bPurgeable; /* True if cache is purgeable */ member in struct:PCache1
37399 pcache1Create(int szPage, int szExtra, int bPurgeable) argument
[all...]
/external/sqlite/dist/
H A Dsqlite3.c6722 ** ^The third argument to xCreate(), bPurgeable, is true if the cache being
6725 ** does not have to do anything special based with the value of bPurgeable;
6726 ** it is purely advisory. ^On a cache where bPurgeable is false, SQLite will
6728 ** ^In other words, calls to xUnpin() on a cache with bPurgeable set to
6730 ** ^Hence, a cache created with bPurgeable false will
6737 ** the SQLite "[PRAGMA cache_size]" command.)^ As with the bPurgeable
6824 sqlite3_pcache *(*xCreate)(int szPage, int szExtra, int bPurgeable);
6846 sqlite3_pcache *(*xCreate)(int szPage, int bPurgeable);
9111 int bPurgeable, /* True if pages are on backing store */
36259 int bPurgeable; /* True if pages are on backing store */ member in struct:PCache
36403 sqlite3PcacheOpen( int szPage, int szExtra, int bPurgeable, int (*xStress)(void*,PgHdr*), void *pStress, PCache *p ) argument
36929 int bPurgeable; /* True if cache is purgeable */ member in struct:PCache1
37410 pcache1Create(int szPage, int szExtra, int bPurgeable) argument
[all...]

Completed in 534 milliseconds