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

/netbsd-current/external/public-domain/sqlite/dist/
H A Dsqlite3.h10420 sqlite3_int64 iKey1, /* Rowid of row about to be deleted/updated */
H A Dsqlite3.c10733 sqlite3_int64 iKey1, /* Rowid of row about to be deleted/updated */
23554 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...]
/netbsd-current/external/public-domain/sqlite/dist/tea/generic/
H A Dtclsqlite3.c868 sqlite_int64 iKey1,
887 Tcl_ListObjAppendElement(0, pCmd, Tcl_NewWideIntObj(iKey1));
862 DbPreUpdateHandler( void *p, sqlite3 *db, int op, const char *zDb, const char *zTbl, sqlite_int64 iKey1, sqlite_int64 iKey2 ) argument

Completed in 532 milliseconds