Home | History | Annotate | Download | only in orig

Lines Matching defs:P4_INTARRAY

9151     int *ai;               /* Used when p4type is P4_INTARRAY */
9210 #define P4_INTARRAY (-15) /* P4 is a vector of 32-bit integers */
62894 case P4_INTARRAY: {
63309 case P4_INTARRAY: {
70023 assert( pOp->p4type==P4_INTARRAY );
104378 sqlite3VdbeAddOp4(v, OP_Permutation, 0, 0, 0, (char*)aPermute, P4_INTARRAY);