Lines Matching refs:isCommit
62769 int isCommit /* True if this is a commit */ argument
62784 assert( pList->pDirty==0 || isCommit );
62785 if( isCommit ){
62806 pPager->pageSize, pList, nTruncate, isCommit, pPager->walSyncFlags
66744 SQLITE_PRIVATE int sqlite3PagerMovepage(Pager *pPager, DbPage *pPg, Pgno pgno, int isCommit){ argument
66800 if( (pPg->flags&PGHDR_NEED_SYNC) && !isCommit ){
71460 int isCommit, /* True if this is a commit */ argument
71479 assert( (isCommit!=0)==(nTruncate!=0) );
71484 pWal, cnt, pWal->hdr.mxFrame, isCommit ? "Commit" : "Spill"));
71564 if( iFirst && (p->pDirty || isCommit==0) ){
71584 nDbSize = (isCommit && p->pDirty==0) ? nTruncate : 0;
71593 if( isCommit && pWal->iReCksum ){
71612 if( isCommit && WAL_SYNC_FLAGS(sync_flags)!=0 ){
71637 if( isCommit && pWal->truncateOnCommit && pWal->mxWalSize>=0 ){
71670 if( isCommit ){
71675 if( isCommit ){
71697 int isCommit, /* True if this is a commit */ argument
71702 rc = walFrames(pWal, szPage, pList, nTruncate, isCommit, sync_flags);
77067 int isCommit /* isCommit flag passed to sqlite3PagerMovepage */ argument
77083 rc = sqlite3PagerMovepage(pPager, pDbPage->pDbPage, iFreePage, isCommit);