Lines Matching defs:noContent
61065 u8 noContent; /* True if PAGER_GET_NOCONTENT is set */
61089 noContent = (flags & PAGER_GET_NOCONTENT)!=0;
61090 if( pPg->pPager && !noContent ){
61112 if( !isOpen(pPager->fd) || pPager->dbSize<pgno || noContent ){
61117 if( noContent ){
75094 int noContent;
75105 noContent = !btreeGetHasContent(pBt, *pPgno)? PAGER_GET_NOCONTENT : 0;
75106 rc = btreeGetUnusedPage(pBt, *pPgno, ppPage, noContent);