Home | History | Annotate | Download | only in amalgamation

Lines Matching defs:OP_Return

8037 #define OP_Return                               3
63086 case OP_Return: { /* in1 */
91954 sqlite3VdbeAddOp1(v, OP_Return, regReturn);
94107 sqlite3VdbeAddOp1(v, OP_Return, regOutputRow);
94112 sqlite3VdbeAddOp1(v, OP_Return, regOutputRow);
94118 sqlite3VdbeAddOp1(v, OP_Return, regOutputRow);
94125 sqlite3VdbeAddOp1(v, OP_Return, regReset);
101736 pLevel->op = OP_Return;
101765 ** immediately following the OP_Return at the bottom of the loop. This
101768 ** correct response for the end-of-loop code (the OP_Return) is to
102559 if( pLevel->op==OP_Return ){