Searched refs:noContent (Results 1 – 2 of 2) sorted by relevance
1301 const noContent = "<no content>"; constant1350 actual = noContent;1389 if (actual === noContent) {
60918 u8 noContent; /* True if PAGER_GET_NOCONTENT is set */60942 noContent = (flags & PAGER_GET_NOCONTENT)!=0;60943 if( pPg->pPager && !noContent ){60965 if( !isOpen(pPager->fd) || pPager->dbSize<pgno || noContent ){60970 if( noContent ){74881 int noContent;74892 noContent = !btreeGetHasContent(pBt, *pPgno)? PAGER_GET_NOCONTENT : 0;74893 rc = btreeGetUnusedPage(pBt, *pPgno, ppPage, noContent);