Home | History | Annotate | Download | only in dist

Lines Matching refs:OP_Noop

14010 #define OP_Noop          168
73892 ** Change the opcode at addr into OP_Noop
73902 pOp->opcode = OP_Noop;
74053 sqlite3VdbeAddOp0(p, OP_Noop);
87185 default: { /* This is really OP_Noop and OP_Explain */
87186 assert( pOp->opcode==OP_Noop || pOp->opcode==OP_Explain );
87581 aOp[0].opcode = OP_Noop;
99871 sqlite3VdbeAddOp4(pParse->pVdbe, OP_Noop, 0, 0, 0,(char*)pStat1,P4_DYNBLOB);
104981 pIndex->tnum = sqlite3VdbeAddOp0(v, OP_Noop);
115756 { OP_Noop, 0, 0, 0},
124177 ** changed to an OP_Noop once we figure out that the sorting index is
124252 ** into an OP_Noop.
129764 pIn->eEndLoopOp = OP_Noop;
130440 pLevel->op = pWInfo->eOnePass ? OP_Noop : OP_VNext;
130517 pLevel->op = OP_Noop;
130523 int testOp = OP_Noop;
130610 if( testOp!=OP_Noop ){
130917 pLevel->op = OP_Noop;
131230 pLevel->op = OP_Noop;
137931 if( pLevel->op!=OP_Noop ){
137976 if( pIn->eEndLoopOp!=OP_Noop ){