Searched refs:iKey1 (Results 1 – 7 of 7) sorted by relevance
| /sqlite-3.40.0/ext/lsm1/lsm-test/ |
| H A D | lsmtest1.c | 180 int iKey1; in testDbContents() local 185 iKey1 = testPrngValue((iFirst<<8) + (iLast<<16)) % nRow; in testDbContents() 187 testDatasourceEntry(pData, iKey1, &pKey2, &nKey1, 0, 0); in testDbContents() 397 int iKey1; in testCompareDb() local 402 iKey1 = testPrngValue(iSeed) % nData; in testCompareDb() 404 testDatasourceEntry(pData, iKey1, &pKey2, &nKey1, 0, 0); in testCompareDb()
|
| /sqlite-3.40.0/src/ |
| H A D | vdbeInt.h | 514 i64 iKey1; /* First key value passed to hook */ member
|
| H A D | vdbeaux.c | 5269 i64 iKey1, /* Initial key value */ in sqlite3VdbePreUpdateHook() argument 5282 iKey1 = iKey2 = 0; in sqlite3VdbePreUpdateHook() 5288 iKey2 = iKey1; in sqlite3VdbePreUpdateHook() 5306 preupdate.iKey1 = iKey1; in sqlite3VdbePreUpdateHook() 5312 db->xPreUpdateCallback(db->pPreUpdateArg, db, op, zDb, zTbl, iKey1, iKey2); in sqlite3VdbePreUpdateHook()
|
| H A D | tclsqlite.c | 844 sqlite_int64 iKey1, in DbPreUpdateHandler() argument 863 Tcl_ListObjAppendElement(0, pCmd, Tcl_NewWideIntObj(iKey1)); in DbPreUpdateHandler()
|
| H A D | vdbeapi.c | 1971 sqlite3VdbeMemSetInt64(pMem, p->iKey1); in sqlite3_preupdate_old()
|
| H A D | sqlite.h.in | 10115 sqlite3_int64 iKey1, /* Rowid of row about to be deleted/updated */
|
| /sqlite-3.40.0/ext/session/ |
| H A D | sqlite3session.c | 1495 sqlite3_int64 iKey1, /* Rowid of row about to be deleted/updated */ in xPreUpdate() argument
|