Home | History | Annotate | Download | only in orig

Lines Matching defs:noContent

52455   u8 noContent;                   /* True if PAGER_GET_NOCONTENT is set */
52479 noContent = (flags & PAGER_GET_NOCONTENT)!=0;
52480 if( pPg->pPager && !noContent ){
52502 if( !isOpen(pPager->fd) || pPager->dbSize<pgno || noContent ){
52507 if( noContent ){
65060 int noContent;
65071 noContent = !btreeGetHasContent(pBt, *pPgno)? PAGER_GET_NOCONTENT : 0;
65072 rc = btreeGetUnusedPage(pBt, *pPgno, ppPage, noContent);