Lines Matching refs:nInstance
36 int nInstance; /* Number of current instances */ member
56 assert( testpcacheGlobal.nInstance==0 ); in testpcacheInit()
70 assert( testpcacheGlobal.nInstance==0 ); in testpcacheShutdown()
161 testpcacheGlobal.nInstance++; in testpcacheCreate()
172 assert( testpcacheGlobal.nInstance>0 ); in testpcacheCachesize()
183 assert( testpcacheGlobal.nInstance>0 ); in testpcachePagecount()
199 assert( testpcacheGlobal.nInstance>0 ); in testpcacheFetch()
298 assert( testpcacheGlobal.nInstance>0 ); in testpcacheUnpin()
344 assert( testpcacheGlobal.nInstance>0 ); in testpcacheRekey()
387 assert( testpcacheGlobal.nInstance>0 ); in testpcacheTruncate()
408 assert( testpcacheGlobal.nInstance>0 ); in testpcacheDestroy()
411 testpcacheGlobal.nInstance--; in testpcacheDestroy()
450 assert( testpcacheGlobal.nInstance==0 ); in installTestPCache()