Lines Matching refs:iKey1
11009 sqlite3_int64 iKey1, /* Rowid of row about to be deleted/updated */
24134 i64 iKey1; /* First key value passed to hook */ member
91382 i64 iKey1, /* Initial key value */
91405 iKey1 = iKey2 = 0;
91411 iKey2 = iKey1;
91430 preupdate.iKey1 = iKey1;
91436 db->xPreUpdateCallback(db->pPreUpdateArg, db, op, zDb, zTbl, iKey1, iKey2);
93665 sqlite3VdbeMemSetInt64(pMem, p->iKey1);
230057 sqlite3_int64 iKey1, /* Rowid of row about to be deleted/updated */
230064 (void)iKey1;
230080 assert( op==SQLITE_UPDATE || iKey1==iKey2 );
230081 sessionPreupdateOneChange(op, iKey1, pSession, pTab);