Searched defs:iKey1 (Results 1 - 2 of 2) sorted by relevance

/freebsd-11-stable/contrib/sqlite3/tea/generic/
H A Dtclsqlite3.c822 DbPreUpdateHandler( void *p, sqlite3 *db, int op, const char *zDb, const char *zTbl, sqlite_int64 iKey1, sqlite_int64 iKey2 ) argument
/freebsd-11-stable/contrib/sqlite3/
H A Dsqlite3.c21461 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...]

Completed in 560 milliseconds