Home
last modified time | relevance | path

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

12345678

/dports/databases/sqlcipher/sqlcipher-3.4.2/src/
H A Dcrypto.c591 VVA_ONLY( int rc; ) in sqlcipher_execSql()
599 VVA_ONLY( rc = ) sqlite3_step(pStmt); in sqlcipher_execSql()
H A Dwal.c807 VVA_ONLY( pWal->lockError = (u8)(rc!=SQLITE_OK && rc!=SQLITE_BUSY); ) in walLockShared()
823 VVA_ONLY( pWal->lockError = (u8)(rc!=SQLITE_OK && rc!=SQLITE_BUSY); ) in walLockExclusive()
2213 VVA_ONLY( pWal->lockError = 1; ) in walTryBeginRead()
3150 VVA_ONLY(rc =) sqlite3WalFindFrame(pWal, p->pgno, &iWrite); in sqlite3WalFrames()
H A Dbtree.c3742 VVA_ONLY( int nRef = sqlite3PagerRefcount(pPager); ) in autoVacuumCommit()
7935 VVA_ONLY( int balance_quick_called = 0 ); in balance()
7936 VVA_ONLY( int balance_deeper_called = 0 ); in balance()
7950 VVA_ONLY( balance_deeper_called++ ); in balance()
7990 VVA_ONLY( balance_quick_called++ ); in balance()
9495 VVA_ONLY( int nRef ); in sqlite3BtreeIntegrityCheck()
9499 VVA_ONLY( nRef = sqlite3PagerRefcount(pBt->pPager) ); in sqlite3BtreeIntegrityCheck()
9774 VVA_ONLY(rc =) saveAllCursors(pCsr->pBt, pCsr->pgnoRoot, pCsr); in sqlite3BtreePutData()
H A DsqliteInt.h426 # define VVA_ONLY(X) X macro
428 # define VVA_ONLY(X) macro
H A Dvdbeaux.c3612 VVA_ONLY( mem1.szMalloc = 0; ) /* Only needed by assert() statements */ in vdbeRecordCompareDebug()
4020 VVA_ONLY( mem1.szMalloc = 0; ) /* Only needed by assert() statements */ in sqlite3VdbeRecordCompareWithSkip()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/sqlite/src/src/
H A Dwal.c855 VVA_ONLY( pWal->lockError = (u8)(rc!=SQLITE_OK && rc!=SQLITE_BUSY); ) in walLockShared()
871 VVA_ONLY( pWal->lockError = (u8)(rc!=SQLITE_OK && rc!=SQLITE_BUSY); ) in walLockExclusive()
2492 VVA_ONLY( pWal->lockError = 1; ) in walTryBeginRead()
3435 VVA_ONLY(rc =) sqlite3WalFindFrame(pWal, p->pgno, &iWrite); in sqlite3WalFrames()
H A Dtokenize.c566 VVA_ONLY( u8 startedWithOom = db->mallocFailed );
H A Dbtree.c3907 VVA_ONLY( int nRef = sqlite3PagerRefcount(pPager); ) in autoVacuumCommit()
7690 VVA_ONLY( int nCellAtStart = b.nCell; ) in balance_nonroot()
8372 VVA_ONLY( int balance_quick_called = 0 ); in balance()
8373 VVA_ONLY( int balance_deeper_called = 0 ); in balance()
8390 VVA_ONLY( balance_deeper_called++ ); in balance()
8433 VVA_ONLY( balance_quick_called++ ); in balance()
10121 VVA_ONLY( int nRef ); in sqlite3BtreeIntegrityCheck()
10125 VVA_ONLY( nRef = sqlite3PagerRefcount(pBt->pPager) ); in sqlite3BtreeIntegrityCheck()
10419 VVA_ONLY(rc =) saveAllCursors(pCsr->pBt, pCsr->pgnoRoot, pCsr); in sqlite3BtreePutData()
H A DsqliteInt.h418 # define VVA_ONLY(X) X macro
420 # define VVA_ONLY(X) macro
H A Dvdbeaux.c4022 VVA_ONLY( mem1.szMalloc = 0; ) /* Only needed by assert() statements */ in vdbeRecordCompareDebug()
4446 VVA_ONLY( mem1.szMalloc = 0; ) /* Only needed by assert() statements */ in sqlite3VdbeRecordCompareWithSkip()
/dports/databases/sqlite3/sqlite-src-3350500/src/
H A Dwal.c866 VVA_ONLY( pWal->lockError = (u8)(rc!=SQLITE_OK && (rc&0xFF)!=SQLITE_BUSY); ) in walLockShared()
882 VVA_ONLY( pWal->lockError = (u8)(rc!=SQLITE_OK && (rc&0xFF)!=SQLITE_BUSY); ) in walLockExclusive()
2639 VVA_ONLY( pWal->lockError = 1; ) in walTryBeginRead()
3608 VVA_ONLY(rc =) sqlite3WalFindFrame(pWal, p->pgno, &iWrite); in sqlite3WalFrames()
H A Dtokenize.c570 VVA_ONLY( u8 startedWithOom = db->mallocFailed );
H A Dbtree.c3954 VVA_ONLY( int nRef = sqlite3PagerRefcount(pPager); ) in autoVacuumCommit()
7753 VVA_ONLY( int nCellAtStart = b.nCell; ) in balance_nonroot()
8438 VVA_ONLY( int balance_quick_called = 0 ); in balance()
8439 VVA_ONLY( int balance_deeper_called = 0 ); in balance()
8456 VVA_ONLY( balance_deeper_called++ ); in balance()
8499 VVA_ONLY( balance_quick_called++ ); in balance()
10325 VVA_ONLY( int nRef ); in sqlite3BtreeIntegrityCheck()
10337 VVA_ONLY( nRef = sqlite3PagerRefcount(pBt->pPager) ); in sqlite3BtreeIntegrityCheck()
10632 VVA_ONLY(rc =) saveAllCursors(pCsr->pBt, pCsr->pgnoRoot, pCsr); in sqlite3BtreePutData()
H A DsqliteInt.h455 # define VVA_ONLY(X) X macro
457 # define VVA_ONLY(X) macro
H A Dvdbeaux.c4087 VVA_ONLY( mem1.szMalloc = 0; ) /* Only needed by assert() statements */ in vdbeRecordCompareDebug()
4514 VVA_ONLY( mem1.szMalloc = 0; ) /* Only needed by assert() statements */ in sqlite3VdbeRecordCompareWithSkip()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/sqlite/src/src/
H A Dwal.c866 VVA_ONLY( pWal->lockError = (u8)(rc!=SQLITE_OK && (rc&0xFF)!=SQLITE_BUSY); ) in walLockShared()
882 VVA_ONLY( pWal->lockError = (u8)(rc!=SQLITE_OK && (rc&0xFF)!=SQLITE_BUSY); ) in walLockExclusive()
2639 VVA_ONLY( pWal->lockError = 1; ) in walTryBeginRead()
3608 VVA_ONLY(rc =) sqlite3WalFindFrame(pWal, p->pgno, &iWrite); in sqlite3WalFrames()
H A Dtokenize.c568 VVA_ONLY( u8 startedWithOom = db->mallocFailed );
H A Dbtree.c3931 VVA_ONLY( int nRef = sqlite3PagerRefcount(pPager); ) in autoVacuumCommit()
7723 VVA_ONLY( int nCellAtStart = b.nCell; ) in balance_nonroot()
8405 VVA_ONLY( int balance_quick_called = 0 ); in balance()
8406 VVA_ONLY( int balance_deeper_called = 0 ); in balance()
8423 VVA_ONLY( balance_deeper_called++ ); in balance()
8466 VVA_ONLY( balance_quick_called++ ); in balance()
10169 VVA_ONLY( int nRef ); in sqlite3BtreeIntegrityCheck()
10181 VVA_ONLY( nRef = sqlite3PagerRefcount(pBt->pPager) ); in sqlite3BtreeIntegrityCheck()
10476 VVA_ONLY(rc =) saveAllCursors(pCsr->pBt, pCsr->pgnoRoot, pCsr); in sqlite3BtreePutData()
H A DsqliteInt.h442 # define VVA_ONLY(X) X macro
444 # define VVA_ONLY(X) macro
H A Dvdbeaux.c4090 VVA_ONLY( mem1.szMalloc = 0; ) /* Only needed by assert() statements */ in vdbeRecordCompareDebug()
4517 VVA_ONLY( mem1.szMalloc = 0; ) /* Only needed by assert() statements */ in sqlite3VdbeRecordCompareWithSkip()
/dports/databases/db5/db-5.3.28/lang/sql/sqlite/src/
H A DsqliteInt.h253 # define VVA_ONLY(X) X macro
255 # define VVA_ONLY(X) macro
H A Dvdbeaux.c2928 VVA_ONLY( mem1.zMalloc = 0; ) /* Only needed by assert() statements */ in sqlite3VdbeRecordCompare()
H A Dexpr.c2770 VVA_ONLY( int iCacheLevel = pParse->iCacheLevel; ) in sqlite3ExprCodeTarget()
/dports/security/vault/vault-1.8.2/vendor/github.com/apple/foundationdb/fdbserver/sqlite/
H A DsqliteInt.h250 # define VVA_ONLY(X) X macro
252 # define VVA_ONLY(X) macro
H A Dbtree.c3074 VVA_ONLY( int nRef = sqlite3PagerRefcount(pPager) ); in autoVacuumCommit()
4899 VVA_ONLY( int dbgTries=0 ); in allocateBtreePage()

12345678