Searched refs:iKey2 (Results 1 – 3 of 3) sorted by relevance
| /netbsd-src/external/public-domain/sqlite/dist/tea/generic/ |
| H A D | tclsqlite3.c | 869 sqlite_int64 iKey2 in DbPreUpdateHandler() argument 888 Tcl_ListObjAppendElement(0, pCmd, Tcl_NewWideIntObj(iKey2)); in DbPreUpdateHandler()
|
| /netbsd-src/external/public-domain/sqlite/dist/ |
| H A D | sqlite3.h | 10421 sqlite3_int64 iKey2 /* New rowid value (for a rowid UPDATE) */
|
| H A D | sqlite3.c | 10734 sqlite3_int64 iKey2 /* New rowid value (for a rowid UPDATE) */ 23555 i64 iKey2; /* Second key value passed to hook */ member 89808 i64 iKey2; 89826 iKey1 = iKey2 = 0; 89830 iKey2 = v->aMem[iReg].u.i; 89832 iKey2 = iKey1; 89851 preupdate.iKey2 = iKey2; 89856 db->xPreUpdateCallback(db->pPreUpdateArg, db, op, zDb, zTbl, iKey1, iKey2); 92195 sqlite3VdbeMemSetInt64(pMem, p->iKey2); 92217 sqlite3VdbeMemSetInt64(pMem, p->iKey2); [all …]
|