Searched refs:noContent (Results 1 – 3 of 3) sorted by relevance
1302 const noContent = "<no content>"; constant1351 actual = noContent;1390 if (actual === noContent) {
58328 u8 noContent; /* True if PAGER_GET_NOCONTENT is set */58352 noContent = (flags & PAGER_GET_NOCONTENT)!=0;58353 if( pPg->pPager && !noContent ){58375 if( !isOpen(pPager->fd) || pPager->dbSize<pgno || noContent ){58380 if( noContent ){72088 int noContent;72099 noContent = !btreeGetHasContent(pBt, *pPgno)? PAGER_GET_NOCONTENT : 0;72100 rc = btreeGetUnusedPage(pBt, *pPgno, ppPage, noContent);
95794 if( pPg->pPager && !noContent ){133435 if( pPg->pPager && !noContent ){168170 if( pPg->pPager && !noContent ){