Searched refs:iKey2 (Results 1 – 3 of 3) sorted by relevance
| /freebsd-12.1/contrib/sqlite3/tea/generic/ |
| H A D | tclsqlite3.c | 829 sqlite_int64 iKey2 in DbPreUpdateHandler() argument 848 Tcl_ListObjAppendElement(0, pCmd, Tcl_NewWideIntObj(iKey2)); in DbPreUpdateHandler()
|
| /freebsd-12.1/contrib/sqlite3/ |
| H A D | sqlite3.h | 9464 sqlite3_int64 iKey2 /* New rowid value (for a rowid UPDATE) */
|
| H A D | sqlite3.c | 10503 sqlite3_int64 iKey2 /* New rowid value (for a rowid UPDATE) */ 21127 i64 iKey2; /* Second key value passed to hook */ member 82726 i64 iKey2; 82734 iKey1 = iKey2 = 0; 82738 iKey2 = v->aMem[iReg].u.i; 82740 iKey2 = iKey1; 82757 preupdate.iKey2 = iKey2; 82761 db->xPreUpdateCallback(db->pPreUpdateArg, db, op, zDb, zTbl, iKey1, iKey2); 84725 sqlite3VdbeMemSetInt64(pMem, p->iKey2); 84747 sqlite3VdbeMemSetInt64(pMem, p->iKey2); [all …]
|