Home | History | Annotate | Download | only in orig

Lines Matching defs:OP_Permutation

9294 #define OP_Permutation    40
70019 ** the OPFLAG_PERMUTE bit set in P5. Typically the OP_Permutation should
70022 case OP_Permutation: {
70037 ** determined by the most recent OP_Permutation operator. If the
104378 sqlite3VdbeAddOp4(v, OP_Permutation, 0, 0, 0, (char*)aPermute, P4_INTARRAY);