Home
last modified time | relevance | path

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

/sqlite-3.40.0/src/
H A Dtest_pcache.c89 #define TESTPCACHE_RESERVE 17 macro
224 if( p->nPinned>=TESTPCACHE_NPAGE-TESTPCACHE_RESERVE && createFlag<2 ){ in testpcacheFetch()
240 if( p->nFree>TESTPCACHE_RESERVE || (createFlag==2 && p->nFree>0) ){ in testpcacheFetch()