Lines Matching refs:iKey2
11010 sqlite3_int64 iKey2 /* New rowid value (for a rowid UPDATE) */
24134 i64 iKey2; /* Second key value passed to hook */ member
91386 i64 iKey2; local
91404 iKey1 = iKey2 = 0;
91408 iKey2 = v->aMem[iReg].u.i;
91410 iKey2 = iKey1;
91430 preupdate.iKey2 = iKey2;
91435 db->xPreUpdateCallback(db->pPreUpdateArg, db, op, zDb, zTbl, iKey1, iKey2);
93835 sqlite3VdbeMemSetInt64(pMem, p->iKey2);
93858 sqlite3VdbeMemSetInt64(pMem, p->iKey2);
230017 sqlite3_int64 iKey2 /* New rowid value (for a rowid UPDATE) */
230024 (void)iKey2;
230039 assert( op==SQLITE_UPDATE || iKey1==iKey2 );
230042 sessionPreupdateOneChange(SQLITE_INSERT, iKey2, pSession, pTab);