Lines Matching refs:iKey1
10779 sqlite3_int64 iKey1, /* Rowid of row about to be deleted/updated */
23642 i64 iKey1; /* First key value passed to hook */ member
90307 i64 iKey1, /* Initial key value */
90330 iKey1 = iKey2 = 0;
90336 iKey2 = iKey1;
90354 preupdate.iKey1 = iKey1;
90360 db->xPreUpdateCallback(db->pPreUpdateArg, db, op, zDb, zTbl, iKey1, iKey2);
92582 sqlite3VdbeMemSetInt64(pMem, p->iKey1);
226774 sqlite3_int64 iKey1, /* Rowid of row about to be deleted/updated */
226781 (void)iKey1;
226797 assert( op==SQLITE_UPDATE || iKey1==iKey2 );
226798 sessionPreupdateOneChange(op, iKey1, pSession, pTab);