Home | History | Annotate | Download | only in dist

Lines Matching refs:noContent

39716 ** non-zero value is passed as the noContent parameter and the 
39721 ** If noContent is true, it means that we do not care about the contents
39730 ** If noContent is true, then the data returned is zeroed instead of
39753 int noContent
39783 if( (*ppPage)->pPager && !noContent ){
39805 if( MEMDB || pPager->dbSize<pgno || noContent || !isOpen(pPager->fd) ){
39810 if( noContent ){
46899 ** If the noContent flag is set, it means that we do not care about
46910 int noContent /* Do not load page content if true */
46916 rc = sqlite3PagerAcquire(pBt->pPager, pgno, (DbPage**)&pDbPage, noContent);
50295 int noContent;
50305 noContent = !btreeGetHasContent(pBt, *pPgno);
50306 noContent);