Searched refs:noContent (Results 1 – 3 of 3) sorted by relevance
5490 u8 noContent; /* True if PAGER_GET_NOCONTENT is set */ in getPageNormal() local5514 noContent = (flags & PAGER_GET_NOCONTENT)!=0; in getPageNormal()5515 if( pPg->pPager && !noContent ){ in getPageNormal()5537 if( !isOpen(pPager->fd) || pPager->dbSize<pgno || noContent ){ in getPageNormal()5542 if( noContent ){ in getPageNormal()
6454 int noContent; in allocateBtreePage() local6465 noContent = !btreeGetHasContent(pBt, *pPgno)? PAGER_GET_NOCONTENT : 0; in allocateBtreePage()6466 rc = btreeGetUnusedPage(pBt, *pPgno, ppPage, noContent); in allocateBtreePage()
1541 int noContent, /* True to not load content from disk */ in fsPageGet() argument1605 if( noContent==0 ){ in fsPageGet()