Lines Matching defs:iKey1
10497 sqlite3_int64 iKey1, /* Rowid of row about to be deleted/updated */
22929 i64 iKey1; /* First key value passed to hook */
87803 i64 iKey1, /* Initial key value */
87816 iKey1 = iKey2 = 0;
87822 iKey2 = iKey1;
87840 preupdate.iKey1 = iKey1;
87846 db->xPreUpdateCallback(db->pPreUpdateArg, db, op, zDb, zTbl, iKey1, iKey2);
89872 sqlite3VdbeMemSetInt64(pMem, p->iKey1);
217010 sqlite3_int64 iKey1, /* Rowid of row about to be deleted/updated */