Searched refs:P4_INTARRAY (Results 1 – 7 of 7) sorted by relevance
| /sqlite-3.40.0/src/ |
| H A D | vdbe.h | 127 #define P4_INTARRAY (-14) /* P4 is a vector of 32-bit integers */ macro
|
| H A D | vdbeaux.c | 1240 case P4_INTARRAY: { in freeP4() 1831 case P4_INTARRAY: { in sqlite3VdbeDisplayP4()
|
| H A D | vdbe.c | 2292 assert( pOp->p4type==P4_INTARRAY ); in sqlite3VdbeExec() 2337 assert( pOp[-1].p4type==P4_INTARRAY ); in sqlite3VdbeExec() 6460 assert( pOp->p4type==P4_INTARRAY || pOp->p4.ai==0 ); in sqlite3VdbeExec()
|
| H A D | pragma.c | 1736 sqlite3VdbeAddOp4(v, OP_IntegrityCk, 2, cnt, 1, (char*)aRoot,P4_INTARRAY); in sqlite3Pragma()
|
| H A D | wherecode.c | 1178 sqlite3VdbeChangeP4(v, -1, (char*)ai, P4_INTARRAY); in codeDeferredSeek()
|
| H A D | select.c | 3686 sqlite3VdbeAddOp4(v, OP_Permutation, 0, 0, 0, (char*)aPermute, P4_INTARRAY); in multiSelectOrderBy()
|
| /sqlite-3.40.0/test/ |
| H A D | pragma4.test | 83 # Verify that that P4_INTARRAY argument to OP_IntegrityCk is rendered
|