Home
last modified time | relevance | path

Searched refs:P4_INT32 (Results 1 – 6 of 6) sorted by relevance

/sqlite-3.40.0/src/
H A Dvdbe.h114 #define P4_INT32 (-3) /* P4 is a 32-bit signed integer */ macro
H A Dvdbeblob.c316 aOp[1].p4type = P4_INT32; in sqlite3_blob_open()
H A Dvdbe.c682 assert( pOp->p4type==P4_INT32 ); in filterHash()
2467 assert( pOp->p4type==P4_INT32 ); in sqlite3VdbeExec()
3941 assert( pOp->p5==0 || pOp->p4type==P4_INT32 ); in sqlite3VdbeExec()
4216 }else if( pOp->p4type==P4_INT32 ){ in sqlite3VdbeExec()
4708 assert( pOp->p4type==P4_INT32 ); in sqlite3VdbeExec()
5147 assert( pOp->p4type==P4_INT32 ); in sqlite3VdbeExec()
5798 assert( pOp->p4type==P4_INT32 ); in sqlite3VdbeExec()
6553 assert( pOp->p4type==P4_INT32 ); in sqlite3VdbeExec()
7056 assert( pOp->p4type==P4_INT32 ); in sqlite3VdbeExec()
H A Dvdbeaux.c506 pOp->p4type = P4_INT32; in sqlite3VdbeAddOp4Int()
1431 if( n==P4_INT32 ){ in sqlite3VdbeChangeP4()
1435 pOp->p4type = P4_INT32; in sqlite3VdbeChangeP4()
1455 assert( n!=P4_INT32 && n!=P4_VTAB ); in sqlite3VdbeAppendP4()
1800 case P4_INT32: { in sqlite3VdbeDisplayP4()
H A Dinsert.c2424 zP4 = x.p4type==P4_INT32 ? SQLITE_INT_TO_PTR(x.p4.i) : x.p4.z; in sqlite3GenerateConstraintChecks()
H A Dwhere.c6034 sqlite3VdbeChangeP4(v, -1, SQLITE_INT_TO_PTR(n), P4_INT32); in sqlite3WhereBegin()