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

/freebsd-11-stable/contrib/sqlite3/
H A Dsqlite3.h9545 sqlite3_int64 iKey1, /* Rowid of row about to be deleted/updated */
H A Dsqlite3.c10608 sqlite3_int64 iKey1, /* Rowid of row about to be deleted/updated */
21461 i64 iKey1; /* First key value passed to hook */ member in struct:PreUpdate
83566 sqlite3VdbePreUpdateHook( Vdbe *v, VdbeCursor *pCsr, int op, const char *zDb, Table *pTab, i64 iKey1, int iReg ) argument
206931 xPreUpdate( void *pCtx, sqlite3 *db, int op, char const *zDb, char const *zName, sqlite3_int64 iKey1, sqlite3_int64 iKey2 ) argument
[all...]
/freebsd-11-stable/contrib/sqlite3/tea/generic/
H A Dtclsqlite3.c828 sqlite_int64 iKey1,
847 Tcl_ListObjAppendElement(0, pCmd, Tcl_NewWideIntObj(iKey1));
822 DbPreUpdateHandler( void *p, sqlite3 *db, int op, const char *zDb, const char *zTbl, sqlite_int64 iKey1, sqlite_int64 iKey2 ) argument

Completed in 580 milliseconds