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

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/sqlite/
H A Dsqlite3.h5419 ** xCreate(), bPurgeable, is true if the cache being created will
5422 ** does not have to do anything special based with the value of bPurgeable;
5423 ** it is purely advisory. ^On a cache where bPurgeable is false, SQLite will
5425 ** ^In other words, a cache created with bPurgeable set to false will
5431 ** the SQLite "[PRAGMA cache_size]" command.)^ ^As with the bPurgeable
5501 sqlite3_pcache *(*xCreate)(int szPage, int bPurgeable);
H A Dsqlite3.c5956 ** xCreate(), bPurgeable, is true if the cache being created will
5959 ** does not have to do anything special based with the value of bPurgeable;
5960 ** it is purely advisory. ^On a cache where bPurgeable is false, SQLite will
5962 ** ^In other words, a cache created with bPurgeable set to false will
5968 ** the SQLite "[PRAGMA cache_size]" command.)^ ^As with the bPurgeable
6038 sqlite3_pcache *(*xCreate)(int szPage, int bPurgeable);
8037 int bPurgeable, /* True if pages are on backing store */
32255 int bPurgeable; /* True if pages are on backing store */ member in struct:PCache
32395 sqlite3PcacheOpen( int szPage, int szExtra, int bPurgeable, int (*xStress)(void*,PgHdr*), void *pStress, PCache *p ) argument
32850 int bPurgeable; /* True if cache is purgeable */ member in struct:PCache1
33264 pcache1Create(int szPage, int bPurgeable) argument
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/sqlite/
H A Dsqlite3.h5419 ** xCreate(), bPurgeable, is true if the cache being created will
5422 ** does not have to do anything special based with the value of bPurgeable;
5423 ** it is purely advisory. ^On a cache where bPurgeable is false, SQLite will
5425 ** ^In other words, a cache created with bPurgeable set to false will
5431 ** the SQLite "[PRAGMA cache_size]" command.)^ ^As with the bPurgeable
5501 sqlite3_pcache *(*xCreate)(int szPage, int bPurgeable);
H A Dsqlite3.c5956 ** xCreate(), bPurgeable, is true if the cache being created will
5959 ** does not have to do anything special based with the value of bPurgeable;
5960 ** it is purely advisory. ^On a cache where bPurgeable is false, SQLite will
5962 ** ^In other words, a cache created with bPurgeable set to false will
5968 ** the SQLite "[PRAGMA cache_size]" command.)^ ^As with the bPurgeable
6038 sqlite3_pcache *(*xCreate)(int szPage, int bPurgeable);
8037 int bPurgeable, /* True if pages are on backing store */
32255 int bPurgeable; /* True if pages are on backing store */ member in struct:PCache
32395 sqlite3PcacheOpen( int szPage, int szExtra, int bPurgeable, int (*xStress)(void*,PgHdr*), void *pStress, PCache *p ) argument
32850 int bPurgeable; /* True if cache is purgeable */ member in struct:PCache1
33264 pcache1Create(int szPage, int bPurgeable) argument
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/sqlite/
H A Dsqlite3.h5419 ** xCreate(), bPurgeable, is true if the cache being created will
5422 ** does not have to do anything special based with the value of bPurgeable;
5423 ** it is purely advisory. ^On a cache where bPurgeable is false, SQLite will
5425 ** ^In other words, a cache created with bPurgeable set to false will
5431 ** the SQLite "[PRAGMA cache_size]" command.)^ ^As with the bPurgeable
5501 sqlite3_pcache *(*xCreate)(int szPage, int bPurgeable);
H A Dsqlite3.c5956 ** xCreate(), bPurgeable, is true if the cache being created will
5959 ** does not have to do anything special based with the value of bPurgeable;
5960 ** it is purely advisory. ^On a cache where bPurgeable is false, SQLite will
5962 ** ^In other words, a cache created with bPurgeable set to false will
5968 ** the SQLite "[PRAGMA cache_size]" command.)^ ^As with the bPurgeable
6038 sqlite3_pcache *(*xCreate)(int szPage, int bPurgeable);
8037 int bPurgeable, /* True if pages are on backing store */
32255 int bPurgeable; /* True if pages are on backing store */ member in struct:PCache
32395 sqlite3PcacheOpen( int szPage, int szExtra, int bPurgeable, int (*xStress)(void*,PgHdr*), void *pStress, PCache *p ) argument
32850 int bPurgeable; /* True if cache is purgeable */ member in struct:PCache1
33264 pcache1Create(int szPage, int bPurgeable) argument
[all...]

Completed in 756 milliseconds