Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/sqlite3/tea/generic/
H A Dtclsqlite3.c849 sqlite_int64 iKey1, in DbPreUpdateHandler() argument
868 Tcl_ListObjAppendElement(0, pCmd, Tcl_NewWideIntObj(iKey1)); in DbPreUpdateHandler()
/freebsd-13.1/contrib/sqlite3/
H A Dsqlite3.h9720 sqlite3_int64 iKey1, /* Rowid of row about to be deleted/updated */
H A Dsqlite3.c10026 sqlite3_int64 iKey1, /* Rowid of row about to be deleted/updated */
22156 i64 iKey1; /* First key value passed to hook */
84379 i64 iKey1, /* Initial key value */
84392 iKey1 = iKey2 = 0;
84398 iKey2 = iKey1;
84416 preupdate.iKey1 = iKey1;
84422 db->xPreUpdateCallback(db->pPreUpdateArg, db, op, zDb, zTbl, iKey1, iKey2);
86309 sqlite3VdbeMemSetInt64(pMem, p->iKey1);
209948 sqlite3_int64 iKey1, /* Rowid of row about to be deleted/updated */