Home | History | Annotate | Download | only in orig

Lines Matching refs:TESTONLY

478 ** The TESTONLY macro is used to enclose variable declarations or
483 # define TESTONLY(X) X
485 # define TESTONLY(X)
37343 TESTONLY( unsigned int nPage = 0; ) /* To assert pCache->nPage is correct */
37357 TESTONLY( nPage++; )
43489 TESTONLY( rc = ) sqlite3BitvecSet(pPager->pInJournal, pgno);
43492 TESTONLY( rc = ) addToSavepointBitvecs(pPager, pgno);
55992 TESTONLY( int balance_quick_called = 0 );
55993 TESTONLY( int balance_deeper_called = 0 );
58156 TESTONLY( int rc2 );
58157 TESTONLY( rc2 = ) sqlite3BtreeCommitPhaseOne(p->pSrc, 0);
58158 TESTONLY( rc2 |= ) sqlite3BtreeCommitPhaseTwo(p->pSrc, 0);
81717 TESTONLY ( Index *pOld = ) sqlite3HashInsert(
93715 TESTONLY(int rcp); /* Return code from sqlite3_prepare() */
93721 TESTONLY(rcp = ) sqlite3_prepare(db, argv[2], -1, &pStmt, 0);
116543 ** The TESTONLY macro is used to enclose variable declarations or
116548 # define TESTONLY(X) X
116550 # define TESTONLY(X)
117918 TESTONLY( p->inTransaction = -1 );
117919 TESTONLY( p->mxSavepoint = -1 );
119749 TESTONLY( Fts3Table *p = (Fts3Table*)pVtab );
119754 TESTONLY( p->inTransaction = 1 );
119755 TESTONLY( p->mxSavepoint = -1; );
119765 TESTONLY( Fts3Table *p = (Fts3Table*)pVtab );
119770 TESTONLY( p->inTransaction = 0 );
119771 TESTONLY( p->mxSavepoint = -1; );
119783 TESTONLY( p->inTransaction = 0 );
119784 TESTONLY( p->mxSavepoint = -1; );
120053 TESTONLY( ((Fts3Table *)pVtab)->mxSavepoint = iSavepoint );
120063 TESTONLY( Fts3Table *p = (Fts3Table*)pVtab );
120068 TESTONLY( p->mxSavepoint = iSavepoint-1 );
120082 TESTONLY( p->mxSavepoint = iSavepoint );