Home | History | Annotate | Download | only in dist

Lines Matching defs:OP_Savepoint

9256 #define OP_Savepoint       2
10740 ** OP_Savepoint instruction.
10751 ** and as the P1 argument to the OP_Savepoint instruction.
62701 case OP_Savepoint: {
70786 case OP_Savepoint: {
89925 sqlite3VdbeAddOp4(v, OP_Savepoint, op, 0, 0, zName, P4_DYNAMIC);