Home | History | Annotate | Download | only in dist

Lines Matching refs:iECursor

9881   int iECursor;          /* VDBE Cursor associated with this ExprList */
69661 pNew->iECursor = 0;
88271 sqlite3VdbeAddOp2(v, OP_Sequence, pOrderBy->iECursor, regBase+nExpr);
88274 sqlite3VdbeAddOp2(v, OP_IdxInsert, pOrderBy->iECursor, regRecord);
88289 sqlite3VdbeAddOp1(v, OP_Last, pOrderBy->iECursor);
88290 sqlite3VdbeAddOp1(v, OP_Delete, pOrderBy->iECursor);
88730 iTab = pOrderBy->iECursor;
91693 pOrderBy->iECursor = pParse->nTab++;
91696 pOrderBy->iECursor, pOrderBy->nExpr+2, 0,