Home | History | Annotate | Download | only in dist

Lines Matching refs:iAddr

47711   int iAddr;                 /* Address of next instruction to return */
47729 assert( p->iAddr<nOp );
47731 pRet = &aOp[p->iAddr];
47732 p->iAddr++;
47733 if( p->iAddr==nOp ){
47735 p->iAddr = 0;
61970 int iAddr;
61972 iAddr = sqlite3VdbeAddOp1(v, OP_If, iMem);
61978 sqlite3VdbeJumpHere(v, iAddr);
62000 int iAddr;
62004 iAddr = sqlite3VdbeAddOp1(v, OP_If, iMem);
62012 sqlite3VdbeJumpHere(v, iAddr);
77560 int iAddr;
77561 iAddr = sqlite3VdbeAddOpList(v, ArraySize(setMeta6), setMeta6);
77562 sqlite3VdbeChangeP1(v, iAddr, iDb);
77563 sqlite3VdbeChangeP1(v, iAddr+1, iDb);
77564 sqlite3VdbeChangeP2(v, iAddr+2, iAddr+4);
77565 sqlite3VdbeChangeP1(v, iAddr+4, eAuto-1);
77566 sqlite3VdbeChangeP1(v, iAddr+5, iDb);