Searched refs:noContent (Results 1 – 1 of 1) sorted by relevance
63584 u8 noContent; /* True if PAGER_GET_NOCONTENT is set */ local63608 noContent = (flags & PAGER_GET_NOCONTENT)!=0;63609 if( pPg->pPager && !noContent ){63631 if( !isOpen(pPager->fd) || pPager->dbSize<pgno || noContent ){63640 if( noContent ){78215 int noContent; local78226 noContent = !btreeGetHasContent(pBt, *pPgno)? PAGER_GET_NOCONTENT : 0;78227 rc = btreeGetUnusedPage(pBt, *pPgno, ppPage, noContent);