Home | History | Annotate | Download | only in amalgamation

Lines Matching defs:P4_INTARRAY

7932     int *ai;               /* Used when p4type is P4_INTARRAY */
7987 #define P4_INTARRAY (-15) /* P4 is a vector of 32-bit integers */
57721 case P4_INTARRAY:
58055 case P4_INTARRAY: {
64167 assert( pOp->p4type==P4_INTARRAY );
92358 sqlite3VdbeAddOp4(v, OP_Permutation, 0, 0, 0, (char*)aPermute, P4_INTARRAY);