Lines Matching refs:TESTONLY
478 ** The TESTONLY macro is used to enclose variable declarations or
483 # define TESTONLY(X) X
485 # define TESTONLY(X)
37371 TESTONLY( unsigned int nPage = 0; ) /* To assert pCache->nPage is correct */
37385 TESTONLY( nPage++; )
43517 TESTONLY( rc = ) sqlite3BitvecSet(pPager->pInJournal, pgno);
43520 TESTONLY( rc = ) addToSavepointBitvecs(pPager, pgno);
56020 TESTONLY( int balance_quick_called = 0 );
56021 TESTONLY( int balance_deeper_called = 0 );
58184 TESTONLY( int rc2 );
58185 TESTONLY( rc2 = ) sqlite3BtreeCommitPhaseOne(p->pSrc, 0);
58186 TESTONLY( rc2 |= ) sqlite3BtreeCommitPhaseTwo(p->pSrc, 0);
81753 TESTONLY ( Index *pOld = ) sqlite3HashInsert(
93751 TESTONLY(int rcp); /* Return code from sqlite3_prepare() */
93757 TESTONLY(rcp = ) sqlite3_prepare(db, argv[2], -1, &pStmt, 0);
116579 ** The TESTONLY macro is used to enclose variable declarations or
116584 # define TESTONLY(X) X
116586 # define TESTONLY(X)
117954 TESTONLY( p->inTransaction = -1 );
117955 TESTONLY( p->mxSavepoint = -1 );
119785 TESTONLY( Fts3Table *p = (Fts3Table*)pVtab );
119790 TESTONLY( p->inTransaction = 1 );
119791 TESTONLY( p->mxSavepoint = -1; );
119801 TESTONLY( Fts3Table *p = (Fts3Table*)pVtab );
119806 TESTONLY( p->inTransaction = 0 );
119807 TESTONLY( p->mxSavepoint = -1; );
119819 TESTONLY( p->inTransaction = 0 );
119820 TESTONLY( p->mxSavepoint = -1; );
120089 TESTONLY( ((Fts3Table *)pVtab)->mxSavepoint = iSavepoint );
120099 TESTONLY( Fts3Table *p = (Fts3Table*)pVtab );
120104 TESTONLY( p->mxSavepoint = iSavepoint-1 );
120118 TESTONLY( p->mxSavepoint = iSavepoint );