Searched refs:noContent (Results 1 – 1 of 1) sorted by relevance
65129 u8 noContent; /* True if PAGER_GET_NOCONTENT is set */ local65153 noContent = (flags & PAGER_GET_NOCONTENT)!=0;65154 if( pPg->pPager && !noContent ){65176 if( !isOpen(pPager->fd) || pPager->dbSize<pgno || noContent ){65185 if( noContent ){79835 int noContent; local79846 noContent = !btreeGetHasContent(pBt, *pPgno)? PAGER_GET_NOCONTENT : 0;79847 rc = btreeGetUnusedPage(pBt, *pPgno, ppPage, noContent);