Home | History | Annotate | Download | only in orig

Lines Matching refs:P4_INTARRAY

13729     int *ai;               /* Used when p4type is P4_INTARRAY */
13797 #define P4_INTARRAY (-15) /* P4 is a vector of 32-bit integers */
73830 case P4_INTARRAY: {
74355 case P4_INTARRAY: {
82026 assert( pOp->p4type==P4_INTARRAY );
82069 P4_INTARRAY );
85228 ** P4 may be an array of integers (type P4_INTARRAY) containing
85285 assert( pOp->p4type==P4_INTARRAY || pOp->p4.ai==0 );
85677 ** stored in P4_INTARRAY argument.
116824 sqlite3VdbeAddOp4(v, OP_IntegrityCk, 2, cnt, 1, (char*)aRoot,P4_INTARRAY);
121794 sqlite3VdbeAddOp4(v, OP_Permutation, 0, 0, 0, (char*)aPermute, P4_INTARRAY);
130224 sqlite3VdbeChangeP4(v, -1, (char*)ai, P4_INTARRAY);