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

/netbsd-current/external/public-domain/sqlite/dist/tea/generic/
H A Dtclsqlite3.c862 DbPreUpdateHandler( void *p, sqlite3 *db, int op, const char *zDb, const char *zTbl, sqlite_int64 iKey1, sqlite_int64 iKey2 ) argument
/netbsd-current/external/public-domain/sqlite/dist/
H A Dsqlite3.c23554 i64 iKey1; /* First key value passed to hook */ member in struct:PreUpdate
89797 sqlite3VdbePreUpdateHook( Vdbe *v, VdbeCursor *pCsr, int op, const char *zDb, Table *pTab, i64 iKey1, int iReg, int iBlobWrite ) argument
224925 xPreUpdate( void *pCtx, sqlite3 *db, int op, char const *zDb, char const *zName, sqlite3_int64 iKey1, sqlite3_int64 iKey2 ) argument
[all...]

Completed in 465 milliseconds