Lines Matching refs:dummy

44056   dummyVfs.zName = "dummy";
58977 u32 dummy;
58978 rc = readJournalHdr(pPager, 0, szJ, &nJRec, &dummy);
84065 ** routine, then a pointer to a dummy VdbeOp will be returned. That opcode
84067 ** The return of a dummy opcode allows the call to continue functioning
84069 ** this routine is a valid pointer. But because the dummy.opcode is 0,
84070 ** dummy will never be written to. This is verified by code inspection and
84074 /* C89 specifies that the constant "dummy" will be initialized to all
84076 static VdbeOp dummy; /* Ignore the MSVC warning about no initializer */
84080 return (VdbeOp*)&dummy;
88801 int dummy = 0;
88802 rc = sqlite3BtreeFirst(pRhs->pCsr, &dummy);
101669 int dummy;
101683 rc = vdbeMergeEngineStep(pIncr->pMerger, &dummy);
113312 ** because without a dummy callback, sqlite3WalkExpr() and similar do not
143548 Token dummy;
143574 memset(&dummy, 0, sizeof(dummy));
143575 pNewSrc = sqlite3SrcListAppendFromTerm(pParse,0,0,0,&dummy,pNew,0);
155001 ** API. To work around them, add a dummy OP_Variable here.
185670 int dummy;
185673 &pIter, &iDocid, &dummy, &bEof
193027 i64 nSize = 0, dummy;
193028 fts3ReadEndBlockField(pRange, 2, &dummy, &nSize);
195440 sqlite3_int64 dummy;
195452 nSkip = sqlite3Fts3GetVarint(p->pList->aData, &dummy);
204660 int dummy = 0;
204661 return sqlite3GetToken((const unsigned char*)z,&dummy);
213657 void *dummy = 0;
213658 rc = xControl(p->pReal, SQLITE_FCNTL_ZIPVFS, &dummy);
214643 u64 dummy;
214644 iOff += sqlite3GetVarint(&aData[iOff], &dummy);
234122 i64 dummy;
234123 nCopy += fts5GetVarint(&a[nCopy], (u64*)&dummy);
234559 u32 dummy;
234560 ret = fts5GetVarint32(aBuf, dummy);
234563 int i = fts5GetVarint32(&aBuf[ret], dummy);
235247 int dummy = 0;
235254 fts5MultiIterNext2(p, p1, &dummy)
239040 int dummy;
239046 pIter->a += fts5GetVarint32(pIter->a, dummy);
239254 const u8 *dummy;
239255 int nByte = sqlite3Fts5ExprPoslist(pCsr->pExpr, i, &dummy);
239272 const u8 *dummy;
239274 rc = sqlite3Fts5ExprPhraseCollist(pCsr->pExpr, i, &dummy, &nByte);
240426 ** by inserting a dummy row into the %_docsize table. The dummy will be