Lines Matching defs:TESTONLY

8029 ** The TESTONLY macro is used to enclose variable declarations or
8034 # define TESTONLY(X) X
8036 # define TESTONLY(X)
39086 TESTONLY( unsigned int nPage = 0; ) /* To assert pCache->nPage is correct */
39100 TESTONLY( nPage++; )
45650 TESTONLY( rc = ) sqlite3BitvecSet(pPager->pInJournal, pgno);
45653 TESTONLY( rc = ) addToSavepointBitvecs(pPager, pgno);
58386 TESTONLY( int balance_quick_called = 0 );
58387 TESTONLY( int balance_deeper_called = 0 );
60641 TESTONLY( int rc2 );
60642 TESTONLY( rc2 = ) sqlite3BtreeCommitPhaseOne(p->pSrc, 0);
60643 TESTONLY( rc2 |= ) sqlite3BtreeCommitPhaseTwo(p->pSrc, 0);
86674 TESTONLY( int nLookaside; ) /* Used to verify lookaside not used for schema */
86685 TESTONLY( nLookaside = (db && (pTable->tabFlags & TF_Ephemeral)==0) ?
86694 TESTONLY ( Index *pOld = ) sqlite3HashInsert(
100660 TESTONLY(int rcp); /* Return code from sqlite3_prepare() */
100666 TESTONLY(rcp = ) sqlite3_prepare(db, argv[2], -1, &pStmt, 0);
104785 TESTONLY(i =) sqlite3AuthCheck(pParse, SQLITE_SELECT, 0, 0, 0);
126712 ** The TESTONLY macro is used to enclose variable declarations or
126717 # define TESTONLY(X) X
126719 # define TESTONLY(X)
128194 TESTONLY( p->inTransaction = -1 );
128195 TESTONLY( p->mxSavepoint = -1 );
130213 TESTONLY( p->inTransaction = 1 );
130214 TESTONLY( p->mxSavepoint = -1; );
130225 TESTONLY( Fts3Table *p = (Fts3Table*)pVtab );
130230 TESTONLY( p->inTransaction = 0 );
130231 TESTONLY( p->mxSavepoint = -1; );
130243 TESTONLY( p->inTransaction = 0 );
130244 TESTONLY( p->mxSavepoint = -1; );
130520 TESTONLY( ((Fts3Table *)pVtab)->mxSavepoint = iSavepoint );
130533 TESTONLY( Fts3Table *p = (Fts3Table*)pVtab );
130538 TESTONLY( p->mxSavepoint = iSavepoint-1 );
130552 TESTONLY( p->mxSavepoint = iSavepoint );