Home
last modified time | relevance | path

Searched refs:noContent (Results 1 – 1 of 1) sorted by relevance

/src/contrib/sqlite3/
H A Dsqlite3.c63584 u8 noContent; /* True if PAGER_GET_NOCONTENT is set */ local
63608 noContent = (flags & PAGER_GET_NOCONTENT)!=0;
63609 if( pPg->pPager && !noContent ){
63631 if( !isOpen(pPager->fd) || pPager->dbSize<pgno || noContent ){
63640 if( noContent ){
78215 int noContent; local
78226 noContent = !btreeGetHasContent(pBt, *pPgno)? PAGER_GET_NOCONTENT : 0;
78227 rc = btreeGetUnusedPage(pBt, *pPgno, ppPage, noContent);