Home | History | Annotate | Download | only in orig

Lines Matching defs:OP_Vacuum

9267 #define OP_Vacuum         13
62688 case OP_Vacuum:
73876 case OP_Vacuum: {
109066 sqlite3VdbeAddOp2(v, OP_Vacuum, 0, 0);
109073 ** This routine implements the OP_Vacuum opcode of the VDBE.