Home
last modified time | relevance | path

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

/sqlite-3.40.0/src/
H A Dtest_pcache.c55 assert( testpcacheGlobal.pDummy==0 ); in testpcacheInit()
69 assert( testpcacheGlobal.pDummy!=0 ); in testpcacheShutdown()
72 testpcacheGlobal.pDummy = 0; in testpcacheShutdown()
142 assert( testpcacheGlobal.pDummy!=0 ); in testpcacheCreate()
152 p->iRand = testpcacheGlobal.prngSeed; in testpcacheCreate()
161 testpcacheGlobal.nInstance++; in testpcacheCreate()
171 assert( testpcacheGlobal.pDummy!=0 ); in testpcacheCachesize()
182 assert( testpcacheGlobal.pDummy!=0 ); in testpcachePagecount()
198 assert( testpcacheGlobal.pDummy!=0 ); in testpcacheFetch()
411 testpcacheGlobal.nInstance--; in testpcacheDestroy()
[all …]