Lines Matching refs:iKey2
11010 sqlite3_int64 iKey2 /* New rowid value (for a rowid UPDATE) */
24135 i64 iKey2; /* Second key value passed to hook */ member
91387 i64 iKey2; local
91405 iKey1 = iKey2 = 0;
91409 iKey2 = v->aMem[iReg].u.i;
91411 iKey2 = iKey1;
91431 preupdate.iKey2 = iKey2;
91436 db->xPreUpdateCallback(db->pPreUpdateArg, db, op, zDb, zTbl, iKey1, iKey2);
93836 sqlite3VdbeMemSetInt64(pMem, p->iKey2);
93859 sqlite3VdbeMemSetInt64(pMem, p->iKey2);
230058 sqlite3_int64 iKey2 /* New rowid value (for a rowid UPDATE) */
230065 (void)iKey2;
230080 assert( op==SQLITE_UPDATE || iKey1==iKey2 );
230083 sessionPreupdateOneChange(SQLITE_INSERT, iKey2, pSession, pTab);