Home
last modified time | relevance | path

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

/sqlite-3.40.0/src/
H A Dtest_pcache.c119 static unsigned testpcacheRandom(testpcache *p){ in testpcacheRandom() function
241 j = testpcacheRandom(p) % TESTPCACHE_NPAGE; in testpcacheFetch()
268 j = testpcacheRandom(p) % TESTPCACHE_NPAGE; in testpcacheFetch()
305 && (100-testpcacheGlobal.discardChance) <= (testpcacheRandom(p)%100) in testpcacheUnpin()