TESTONLY 35404 third_party/sqlite/amalgamation/sqlite3.c TESTONLY( unsigned int nPage = 0; ) /* To assert pCache->nPage is correct */ TESTONLY 35418 third_party/sqlite/amalgamation/sqlite3.c TESTONLY( nPage++; ) TESTONLY 41457 third_party/sqlite/amalgamation/sqlite3.c TESTONLY( rc = ) sqlite3BitvecSet(pPager->pInJournal, pgno); TESTONLY 41460 third_party/sqlite/amalgamation/sqlite3.c TESTONLY( rc = ) addToSavepointBitvecs(pPager, pgno); TESTONLY 53630 third_party/sqlite/amalgamation/sqlite3.c TESTONLY( int balance_quick_called = 0 ); TESTONLY 53631 third_party/sqlite/amalgamation/sqlite3.c TESTONLY( int balance_deeper_called = 0 ); TESTONLY 55781 third_party/sqlite/amalgamation/sqlite3.c TESTONLY( int rc2 ); TESTONLY 55782 third_party/sqlite/amalgamation/sqlite3.c TESTONLY( rc2 = ) sqlite3BtreeCommitPhaseOne(p->pSrc, 0); TESTONLY 55783 third_party/sqlite/amalgamation/sqlite3.c TESTONLY( rc2 |= ) sqlite3BtreeCommitPhaseTwo(p->pSrc, 0); TESTONLY 77362 third_party/sqlite/amalgamation/sqlite3.c TESTONLY ( Index *pOld = ) sqlite3HashInsert( TESTONLY 89140 third_party/sqlite/amalgamation/sqlite3.c TESTONLY(int rcp); /* Return code from sqlite3_prepare() */ TESTONLY 89146 third_party/sqlite/amalgamation/sqlite3.c TESTONLY(rcp = ) sqlite3_prepare(db, argv[2], -1, &pStmt, 0); TESTONLY 293 third_party/sqlite/src/ext/async/sqlite3async.c TESTONLY( primitives.aHolder[eMutex] = GetCurrentThreadId(); ) TESTONLY 298 third_party/sqlite/src/ext/async/sqlite3async.c TESTONLY( primitives.aHolder[eMutex] = 0; ) TESTONLY 344 third_party/sqlite/src/ext/async/sqlite3async.c TESTONLY( primitives.aHolder[eMutex] = pthread_self(); ) TESTONLY 349 third_party/sqlite/src/ext/async/sqlite3async.c TESTONLY( primitives.aHolder[eMutex] = 0; ) TESTONLY 355 third_party/sqlite/src/ext/async/sqlite3async.c TESTONLY( primitives.aHolder[eMutex] = 0; ) TESTONLY 357 third_party/sqlite/src/ext/async/sqlite3async.c TESTONLY( primitives.aHolder[eMutex] = pthread_self(); ) TESTONLY 518 third_party/sqlite/src/src/backup.c TESTONLY( int rc2 ); TESTONLY 519 third_party/sqlite/src/src/backup.c TESTONLY( rc2 = ) sqlite3BtreeCommitPhaseOne(p->pSrc, 0); TESTONLY 520 third_party/sqlite/src/src/backup.c TESTONLY( rc2 |= ) sqlite3BtreeCommitPhaseTwo(p->pSrc, 0); TESTONLY 6511 third_party/sqlite/src/src/btree.c TESTONLY( int balance_quick_called = 0 ); TESTONLY 6512 third_party/sqlite/src/src/btree.c TESTONLY( int balance_deeper_called = 0 ); TESTONLY 523 third_party/sqlite/src/src/build.c TESTONLY ( Index *pOld = ) sqlite3HashInsert( TESTONLY 5027 third_party/sqlite/src/src/pager.c TESTONLY( rc = ) sqlite3BitvecSet(pPager->pInJournal, pgno); TESTONLY 5030 third_party/sqlite/src/src/pager.c TESTONLY( rc = ) addToSavepointBitvecs(pPager, pgno); TESTONLY 490 third_party/sqlite/src/src/pcache1.c TESTONLY( unsigned int nPage = 0; ) /* To assert pCache->nPage is correct */ TESTONLY 504 third_party/sqlite/src/src/pcache1.c TESTONLY( nPage++; ) TESTONLY 78 third_party/sqlite/src/src/prepare.c TESTONLY(int rcp); /* Return code from sqlite3_prepare() */ TESTONLY 84 third_party/sqlite/src/src/prepare.c TESTONLY(rcp = ) sqlite3_prepare(db, argv[2], -1, &pStmt, 0);