Home
last modified time | relevance | path

Searched refs:P4_TABLE (Results 1 – 7 of 7) sorted by relevance

/sqlite-3.40.0/src/
H A Dinsert.c184 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 Dvdbe.h116 #define P4_TABLE (-5) /* P4 is a pointer to a Table structure */ macro
H A Danalyze.c1262 sqlite3VdbeChangeP4(v, -1, (char*)pStat1, P4_TABLE); in analyzeOneTable()
1321 sqlite3VdbeChangeP4(v, -1, (char*)pStat1, P4_TABLE); in analyzeOneTable()
H A Ddelete.c838 sqlite3VdbeAppendP4(v, (char*)pTab, P4_TABLE); in sqlite3GenerateRowDelete()
H A Dvdbe.c3110 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 Dupdate.c1074 sqlite3VdbeAppendP4(v, pTab, P4_TABLE); in sqlite3Update()
H A Dvdbeaux.c1846 case P4_TABLE: { in sqlite3VdbeDisplayP4()