Home
last modified time | relevance | path

Searched refs:pcache2 (Results 1 – 5 of 5) sorted by relevance

/sqlite-3.40.0/src/
H A Dpcache.c287 if( sqlite3GlobalConfig.pcache2.xInit==0 ){ in sqlite3PcacheInitialize()
292 assert( sqlite3GlobalConfig.pcache2.xInit!=0 ); in sqlite3PcacheInitialize()
294 return sqlite3GlobalConfig.pcache2.xInit(sqlite3GlobalConfig.pcache2.pArg); in sqlite3PcacheInitialize()
297 if( sqlite3GlobalConfig.pcache2.xShutdown ){ in sqlite3PcacheShutdown()
299 sqlite3GlobalConfig.pcache2.xShutdown(sqlite3GlobalConfig.pcache2.pArg); in sqlite3PcacheShutdown()
350 pNew = sqlite3GlobalConfig.pcache2.xCreate( in sqlite3PcacheSetPageSize()
357 sqlite3GlobalConfig.pcache2.xDestroy(pCache->pCache); in sqlite3PcacheSetPageSize()
718 sqlite3GlobalConfig.pcache2.xDestroy(pCache->pCache); in sqlite3PcacheClose()
834 return sqlite3GlobalConfig.pcache2.xPagecount(pCache->pCache); in sqlite3PcachePagecount()
852 sqlite3GlobalConfig.pcache2.xCachesize(pCache->pCache, in sqlite3PcacheSetCachesize()
[all …]
H A Dmain.c551 sqlite3GlobalConfig.pcache2 = *va_arg(ap, sqlite3_pcache_methods2*); in sqlite3_config()
559 if( sqlite3GlobalConfig.pcache2.xInit==0 ){ in sqlite3_config()
562 *va_arg(ap, sqlite3_pcache_methods2*) = sqlite3GlobalConfig.pcache2; in sqlite3_config()
H A DsqliteInt.h4007 sqlite3_pcache_methods2 pcache2; /* Low-level page-cache interface */ member
/sqlite-3.40.0/test/
H A Dpcache2.test14 # $Id: pcache2.test,v 1.5 2009/07/18 14:36:24 danielk1977 Exp $
24 do_test pcache2-1.1 {
38 do_test pcache2-1.2 {
44 do_test pcache2-1.3 {
56 do_test pcache2-1.4 {
/sqlite-3.40.0/
H A Dmanifest1387 F test/pcache2.test af7f3deb1a819f77a6d0d81534e97d1cf62cd442