Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/sqlite3/
H A Dsqlite3.c54518 if( sqlite3GlobalConfig.pcache2.xInit==0 ){
54523 assert( sqlite3GlobalConfig.pcache2.xInit!=0 );
54525 return sqlite3GlobalConfig.pcache2.xInit(sqlite3GlobalConfig.pcache2.pArg);
54528 if( sqlite3GlobalConfig.pcache2.xShutdown ){
54530 sqlite3GlobalConfig.pcache2.xShutdown(sqlite3GlobalConfig.pcache2.pArg);
54581 pNew = sqlite3GlobalConfig.pcache2.xCreate(
54588 sqlite3GlobalConfig.pcache2.xDestroy(pCache->pCache);
54949 sqlite3GlobalConfig.pcache2.xDestroy(pCache->pCache);
55083 sqlite3GlobalConfig.pcache2.xCachesize(pCache->pCache,
55111 sqlite3GlobalConfig.pcache2.xShrink(pCache->pCache);
[all …]