Lines Matching defs:VVA_ONLY
14256 ** code within VVA_ONLY() will only run during verification processes.
14259 # define VVA_ONLY(X) X
14261 # define VVA_ONLY(X)
65549 VVA_ONLY(pWal->nSehTry++);
65553 VVA_ONLY(pWal->nSehTry--); \
65567 VVA_ONLY(pWal->nSehTry--);
65631 # define SEH_TRY VVA_ONLY(pWal->nSehTry++);
65632 # define SEH_EXCEPT(X) VVA_ONLY(pWal->nSehTry--); assert( pWal->nSehTry==0 );
65989 VVA_ONLY( pWal->lockError = (u8)(rc!=SQLITE_OK && (rc&0xFF)!=SQLITE_BUSY); )
66011 VVA_ONLY( pWal->lockError = (u8)(rc!=SQLITE_OK && (rc&0xFF)!=SQLITE_BUSY); )
67935 VVA_ONLY( pWal->lockError = 1; )
69013 VVA_ONLY(rc =) walFindFrame(pWal, p->pgno, &iWrite);
74704 VVA_ONLY( int nRef );
74709 VVA_ONLY( nRef = sqlite3PagerRefcount(pPager); )
78869 VVA_ONLY( int nCellAtStart = b.nCell; )
79563 VVA_ONLY( int balance_quick_called = 0 );
79564 VVA_ONLY( int balance_deeper_called = 0 );
79585 VVA_ONLY( balance_deeper_called++ );
79633 VVA_ONLY( balance_quick_called++ );
81586 VVA_ONLY( int nRef );
81600 VVA_ONLY( nRef = sqlite3PagerRefcount(pBt->pPager) );
81894 VVA_ONLY(rc =) saveAllCursors(pCsr->pBt, pCsr->pgnoRoot, pCsr);
89126 VVA_ONLY( mem1.szMalloc = 0; ) /* Only needed by assert() statements */
89583 VVA_ONLY( mem1.szMalloc = 0; ) /* Only needed by assert() statements */
95350 VVA_ONLY( iCompareIsInit = 1; )
95357 VVA_ONLY( iCompareIsInit = 1; )
95364 VVA_ONLY( iCompareIsInit = 1; )
95396 VVA_ONLY( iCompareIsInit = 1; )
95457 VVA_ONLY( iCompareIsInit = 1; )
95591 VVA_ONLY( iCompareIsInit = 1; )
150985 VVA_ONLY( sNC.ncFlags = NC_UAggInfo; )
151921 VVA_ONLY( pParse->ifNotExists = 1; )
179088 VVA_ONLY( u8 startedWithOom = db->mallocFailed );