Home | History | Annotate | Download | only in dist

Lines Matching refs:PAGER_MAX_PGNO

35566 #define PAGER_MAX_PGNO 2147483647
39779 assert( pgno<=PAGER_MAX_PGNO && pgno!=PAGER_MJ_PGNO(pPager) );
39793 if( pgno>PAGER_MAX_PGNO || pgno==PAGER_MJ_PGNO(pPager) ){