Home
last modified time | relevance | path

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

/sqlite-3.40.0/src/
H A Dwal.c939 VVA_ONLY( pWal->lockError = (u8)(rc!=SQLITE_OK && (rc&0xFF)!=SQLITE_BUSY); ) in walLockShared()
955 VVA_ONLY( pWal->lockError = (u8)(rc!=SQLITE_OK && (rc&0xFF)!=SQLITE_BUSY); ) in walLockExclusive()
2743 VVA_ONLY( pWal->lockError = 1; ) in walTryBeginRead()
3713 VVA_ONLY(rc =) sqlite3WalFindFrame(pWal, p->pgno, &iWrite); in sqlite3WalFrames()
H A Dtokenize.c579 VVA_ONLY( u8 startedWithOom = db->mallocFailed );
H A Dbtree.c4039 VVA_ONLY( int nRef ); in autoVacuumCommit()
4044 VVA_ONLY( nRef = sqlite3PagerRefcount(pPager); ) in autoVacuumCommit()
8047 VVA_ONLY( int nCellAtStart = b.nCell; ) in balance_nonroot()
8737 VVA_ONLY( int balance_quick_called = 0 ); in balance()
8738 VVA_ONLY( int balance_deeper_called = 0 ); in balance()
8759 VVA_ONLY( balance_deeper_called++ ); in balance()
8807 VVA_ONLY( balance_quick_called++ ); in balance()
10681 VVA_ONLY( int nRef ); in sqlite3BtreeIntegrityCheck()
10693 VVA_ONLY( nRef = sqlite3PagerRefcount(pBt->pPager) ); in sqlite3BtreeIntegrityCheck()
10988 VVA_ONLY(rc =) saveAllCursors(pCsr->pBt, pCsr->pgnoRoot, pCsr); in sqlite3BtreePutData()
H A DsqliteInt.h473 # define VVA_ONLY(X) X macro
475 # define VVA_ONLY(X) macro
H A Dvdbeaux.c4136 VVA_ONLY( mem1.szMalloc = 0; ) /* Only needed by assert() statements */ in vdbeRecordCompareDebug()
4572 VVA_ONLY( mem1.szMalloc = 0; ) /* Only needed by assert() statements */ in sqlite3VdbeRecordCompareWithSkip()
H A Dselect.c7392 VVA_ONLY( sNC.ncFlags = NC_UAggInfo; ) in sqlite3Select()