TESTPCACHE_RESERVE 218 third_party/sqlite/src/src/test_pcache.c if( p->nPinned>=TESTPCACHE_NPAGE-TESTPCACHE_RESERVE && createFlag<2 ){ TESTPCACHE_RESERVE 234 third_party/sqlite/src/src/test_pcache.c if( p->nFree>TESTPCACHE_RESERVE || (createFlag==2 && p->nFree>0) ){