Home
last modified time | relevance | path

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

/sqlite-3.40.0/src/
H A Dpager.c710 #define PAGER_STAT_HIT 0 macro
5519 pPager->aStat[PAGER_STAT_HIT]++; in getPageNormal()
6784 a[6] = pPager->aStat[PAGER_STAT_HIT]; in sqlite3PagerStats()
6814 assert( PAGER_STAT_HIT==0 && PAGER_STAT_MISS==1 in sqlite3PagerCacheStat()