Searched refs:p4type (Results 1 – 8 of 8) sorted by relevance
| /sqlite-3.40.0/src/ |
| H A D | vdbeaux.c | 261 pOp->p4type = P4_NOTUSED; in sqlite3VdbeAddOp3() 506 pOp->p4type = P4_INT32; in sqlite3VdbeAddOp4Int() 1232 switch( p4type ){ in freeP4() 1284 if( pOp->p4type <= P4_FREE_IF_LE ) freeP4(db, pOp->p4type, pOp->p4.p); in vdbeFreeOpArray() 1321 pOp->p4type = P4_NOTUSED; in sqlite3VdbeChangeToNoop() 1397 if( pOp->p4type ){ in vdbeChangeP4Full() 1399 pOp->p4type = 0; in vdbeChangeP4Full() 1427 if( n>=0 || pOp->p4type ){ in sqlite3VdbeChangeP4() 1435 pOp->p4type = P4_INT32; in sqlite3VdbeChangeP4() 1464 pOp->p4type = n; in sqlite3VdbeAppendP4() [all …]
|
| H A D | vdbe.c | 682 assert( pOp->p4type==P4_INT32 ); in filterHash() 1271 if( pOp->p4type==P4_DYNAMIC ){ in sqlite3VdbeExec() 1274 pOp->p4type = P4_DYNAMIC; in sqlite3VdbeExec() 2467 assert( pOp->p4type==P4_INT32 ); in sqlite3VdbeExec() 2984 if( pOp->p4type==P4_MEM ){ in sqlite3VdbeExec() 3110 assert( pOp->p4type==P4_TABLE ); in sqlite3VdbeExec() 4211 if( pOp->p4type==P4_KEYINFO ){ in sqlite3VdbeExec() 5536 assert( pOp->p4type==P4_TABLE || pOp->p4type>=P4_STATIC ); in sqlite3VdbeExec() 5679 if( pOp->p4type==P4_TABLE in sqlite3VdbeExec() 7477 pOp->p4type = P4_FUNCCTX; in sqlite3VdbeExec() [all …]
|
| H A D | vdbe.h | 43 signed char p4type; /* One of the P4_xxx constants for p4 */ member 242 void sqlite3VdbeAppendP4(Vdbe*, void *pP4, int p4type);
|
| H A D | vdbeblob.c | 316 aOp[1].p4type = P4_INT32; in sqlite3_blob_open()
|
| H A D | insert.c | 251 assert( pOp->p4type==P4_VTAB ); in readsTable() 306 assert( pOp->p4type==P4_DYNAMIC ); in sqlite3ComputeGeneratedColumns() 2424 zP4 = x.p4type==P4_INT32 ? SQLITE_INT_TO_PTR(x.p4.i) : x.p4.z; in sqlite3GenerateConstraintChecks() 2425 sqlite3VdbeAddOp4(v, x.opcode, x.p1, p2, x.p3, zP4, x.p4type); in sqlite3GenerateConstraintChecks()
|
| H A D | pragma.c | 2042 aOp[2].p4type = P4_STATIC; in sqlite3Pragma() 2044 aOp[5].p4type = P4_STATIC; in sqlite3Pragma()
|
| H A D | func.c | 32 assert( pOp->p4type==P4_COLLSEQ ); in sqlite3GetFuncCollSeq()
|
| H A D | build.c | 5319 i8 p4type, /* P4_STATIC or P4_TRANSIENT */ in sqlite3HaltConstraint() argument 5329 sqlite3VdbeAddOp4(v, OP_Halt, errCode, onError, 0, p4, p4type); in sqlite3HaltConstraint()
|