Searched refs:noContent (Results 1 – 1 of 1) sorted by relevance
65224 u8 noContent; /* True if PAGER_GET_NOCONTENT is set */ local65248 noContent = (flags & PAGER_GET_NOCONTENT)!=0;65249 if( pPg->pPager && !noContent ){65271 if( !isOpen(pPager->fd) || pPager->dbSize<pgno || noContent ){65280 if( noContent ){79954 int noContent; local79965 noContent = !btreeGetHasContent(pBt, *pPgno)? PAGER_GET_NOCONTENT : 0;79966 rc = btreeGetUnusedPage(pBt, *pPgno, ppPage, noContent);