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

/macosx-10.10/Heimdal-398.1.2/lib/sqlite/
H A Dsqlite3.h5966 ** xCreate(), bPurgeable, is true if the cache being created will
5969 ** does not have to do anything special based with the value of bPurgeable;
5970 ** it is purely advisory. ^On a cache where bPurgeable is false, SQLite will
5972 ** ^In other words, calls to xUnpin() on a cache with bPurgeable set to
5974 ** ^Hence, a cache created with bPurgeable false will
5981 ** the SQLite "[PRAGMA cache_size]" command.)^ As with the bPurgeable
6056 sqlite3_pcache *(*xCreate)(int szPage, int bPurgeable);
H A Dsqlite3.c6519 ** xCreate(), bPurgeable, is true if the cache being created will
6522 ** does not have to do anything special based with the value of bPurgeable;
6523 ** it is purely advisory. ^On a cache where bPurgeable is false, SQLite will
6525 ** ^In other words, calls to xUnpin() on a cache with bPurgeable set to
6527 ** ^Hence, a cache created with bPurgeable false will
6534 ** the SQLite "[PRAGMA cache_size]" command.)^ As with the bPurgeable
6609 sqlite3_pcache *(*xCreate)(int szPage, int bPurgeable);
8850 int bPurgeable, /* True if pages are on backing store */
35201 int bPurgeable; /* True if pages are on backing store */ member in struct:PCache
35345 sqlite3PcacheOpen( int szPage, int szExtra, int bPurgeable, int (*xStress)(void*,PgHdr*), void *pStress, PCache *p ) argument
35906 int bPurgeable; /* True if cache is purgeable */ member in struct:PCache1
36565 pcache1Create(int szPage, int bPurgeable) argument
[all...]

Completed in 326 milliseconds