Home
last modified time | relevance | path

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

/sqlite-3.40.0/src/
H A Dtest_pcache.c85 # define TESTPCACHE_NPAGE 499 macro
87 # define TESTPCACHE_NPAGE 217 macro
150 p->nFree = TESTPCACHE_NPAGE; in testpcacheCreate()
184 return TESTPCACHE_NPAGE - p->nFree; in testpcachePagecount()
202 for(i=0; i<TESTPCACHE_NPAGE; i++){ in testpcacheFetch()
242 for(i=0; i<TESTPCACHE_NPAGE; i++, j = (j+1)%TESTPCACHE_NPAGE){ in testpcacheFetch()
269 for(i=0; i<TESTPCACHE_NPAGE; i++, j = (j+1)%TESTPCACHE_NPAGE){ in testpcacheFetch()
310 for(i=0; i<TESTPCACHE_NPAGE; i++){ in testpcacheUnpin()
349 for(i=0; i<TESTPCACHE_NPAGE; i++){ in testpcacheRekey()
362 for(i=0; i<TESTPCACHE_NPAGE; i++){ in testpcacheRekey()
[all …]