Searched refs:iKey1 (Results 1 – 3 of 3) sorted by relevance
| /freebsd-12.1/contrib/sqlite3/tea/generic/ |
| H A D | tclsqlite3.c | 828 sqlite_int64 iKey1, in DbPreUpdateHandler() argument 847 Tcl_ListObjAppendElement(0, pCmd, Tcl_NewWideIntObj(iKey1)); in DbPreUpdateHandler()
|
| /freebsd-12.1/contrib/sqlite3/ |
| H A D | sqlite3.h | 9463 sqlite3_int64 iKey1, /* Rowid of row about to be deleted/updated */
|
| H A D | sqlite3.c | 10502 sqlite3_int64 iKey1, /* Rowid of row about to be deleted/updated */ 21126 i64 iKey1; /* First key value passed to hook */ member 82722 i64 iKey1, /* Initial key value */ 82734 iKey1 = iKey2 = 0; 82740 iKey2 = iKey1; 82756 preupdate.iKey1 = iKey1; 82761 db->xPreUpdateCallback(db->pPreUpdateArg, db, op, zDb, zTbl, iKey1, iKey2); 84640 sqlite3VdbeMemSetInt64(pMem, p->iKey1); 202877 sqlite3_int64 iKey1, /* Rowid of row about to be deleted/updated */
|