Searched refs:P4_TABLE (Results 1 – 7 of 7) sorted by relevance
| /sqlite-3.40.0/src/ |
| H A D | insert.c | 184 sqlite3VdbeAppendP4(v, pTab, P4_TABLE); in sqlite3TableAffinity() 193 sqlite3VdbeAppendP4(v, pTab, P4_TABLE); in sqlite3TableAffinity() 2121 sqlite3VdbeAppendP4(v, pTab, P4_TABLE); in sqlite3GenerateConstraintChecks() 2535 sqlite3VdbeAddOp4(v, OP_Insert, iCur, regData, r, (char*)pTab, P4_TABLE); in codeWithoutRowidPreupdate() 2614 sqlite3VdbeAppendP4(v, pTab, P4_TABLE); in sqlite3CompleteInsertion() 3077 sqlite3VdbeChangeP4(v, -1, (char*)pDest, P4_TABLE); in xferOptimization()
|
| H A D | vdbe.h | 116 #define P4_TABLE (-5) /* P4 is a pointer to a Table structure */ macro
|
| H A D | analyze.c | 1262 sqlite3VdbeChangeP4(v, -1, (char*)pStat1, P4_TABLE); in analyzeOneTable() 1321 sqlite3VdbeChangeP4(v, -1, (char*)pStat1, P4_TABLE); in analyzeOneTable()
|
| H A D | delete.c | 838 sqlite3VdbeAppendP4(v, (char*)pTab, P4_TABLE); in sqlite3GenerateRowDelete()
|
| H A D | vdbe.c | 3110 assert( pOp->p4type==P4_TABLE ); in sqlite3VdbeExec() 5536 assert( pOp->p4type==P4_TABLE || pOp->p4type>=P4_STATIC ); in sqlite3VdbeExec() 5546 if( pOp->p4type==P4_TABLE && HAS_UPDATE_HOOK(db) ){ in sqlite3VdbeExec() 5679 if( pOp->p4type==P4_TABLE in sqlite3VdbeExec() 5697 if( pOp->p4type==P4_TABLE && HAS_UPDATE_HOOK(db) ){ in sqlite3VdbeExec()
|
| H A D | update.c | 1074 sqlite3VdbeAppendP4(v, pTab, P4_TABLE); in sqlite3Update()
|
| H A D | vdbeaux.c | 1846 case P4_TABLE: { in sqlite3VdbeDisplayP4()
|