Home
last modified time | relevance | path

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

/sqlite-3.40.0/src/
H A Dpager.c713 #define PAGER_STAT_SPILL 3 macro
4576 pPager->aStat[PAGER_STAT_SPILL]++; in pagerStress()
6815 && PAGER_STAT_WRITE==2 && PAGER_STAT_SPILL==3 ); in sqlite3PagerCacheStat()