Searched refs:iKey2 (Results 1 – 3 of 3) sorted by relevance
| /freebsd-13.1/contrib/sqlite3/tea/generic/ |
| H A D | tclsqlite3.c | 850 sqlite_int64 iKey2 in DbPreUpdateHandler() argument 869 Tcl_ListObjAppendElement(0, pCmd, Tcl_NewWideIntObj(iKey2)); in DbPreUpdateHandler()
|
| /freebsd-13.1/contrib/sqlite3/ |
| H A D | sqlite3.h | 9721 sqlite3_int64 iKey2 /* New rowid value (for a rowid UPDATE) */
|
| H A D | sqlite3.c | 10027 sqlite3_int64 iKey2 /* New rowid value (for a rowid UPDATE) */ 22157 i64 iKey2; /* Second key value passed to hook */ 84384 i64 iKey2; 84392 iKey1 = iKey2 = 0; 84396 iKey2 = v->aMem[iReg].u.i; 84398 iKey2 = iKey1; 84417 preupdate.iKey2 = iKey2; 84422 db->xPreUpdateCallback(db->pPreUpdateArg, db, op, zDb, zTbl, iKey1, iKey2); 86405 sqlite3VdbeMemSetInt64(pMem, p->iKey2); 86427 sqlite3VdbeMemSetInt64(pMem, p->iKey2); [all …]
|