Lines Matching refs:testpcache
100 typedef struct testpcache testpcache; typedef
101 struct testpcache { struct
119 static unsigned testpcacheRandom(testpcache *p){ in testpcacheRandom() argument
140 testpcache *p; in testpcacheCreate()
144 nMem = sizeof(testpcache) + TESTPCACHE_NPAGE*(szPage+szExtra); in testpcacheCreate()
169 testpcache *p = (testpcache*)pCache; in testpcacheCachesize()
180 testpcache *p = (testpcache*)pCache; in testpcachePagecount()
195 testpcache *p = (testpcache*)pCache; in testpcacheFetch()
294 testpcache *p = (testpcache*)pCache; in testpcacheUnpin()
340 testpcache *p = (testpcache*)pCache; in testpcacheRekey()
383 testpcache *p = (testpcache*)pCache; in testpcacheTruncate()
405 testpcache *p = (testpcache*)pCache; in testpcacheDestroy()