Home
last modified time | relevance | path

Searched refs:iKey2 (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/sqlite3/tea/generic/
H A Dtclsqlite3.c869 sqlite_int64 iKey2 in DbPreUpdateHandler() argument
888 Tcl_ListObjAppendElement(0, pCmd, Tcl_NewWideIntObj(iKey2)); in DbPreUpdateHandler()
/freebsd/contrib/sqlite3/
H A Dsqlite3.h10467 sqlite3_int64 iKey2 /* New rowid value (for a rowid UPDATE) */
H A Dsqlite3.c10780 sqlite3_int64 iKey2 /* New rowid value (for a rowid UPDATE) */
23643 i64 iKey2; /* Second key value passed to hook */ member
90312 i64 iKey2;
90330 iKey1 = iKey2 = 0;
90334 iKey2 = v->aMem[iReg].u.i;
90336 iKey2 = iKey1;
90355 preupdate.iKey2 = iKey2;
90360 db->xPreUpdateCallback(db->pPreUpdateArg, db, op, zDb, zTbl, iKey1, iKey2);
92699 sqlite3VdbeMemSetInt64(pMem, p->iKey2);
92721 sqlite3VdbeMemSetInt64(pMem, p->iKey2);
[all …]