Home
last modified time | relevance | path

Searched refs:iKey2 (Results 1 – 8 of 8) sorted by relevance

/sqlite-3.40.0/ext/lsm1/lsm-test/
H A Dlsmtest1.c181 int iKey2; in testDbContents() local
186 iKey2 = testPrngValue((iLast<<8) + (iFirst<<16)) % nRow; in testDbContents()
190 testDatasourceEntry(pData, iKey2, &pKey2, &nKey2, 0, 0); in testDbContents()
398 int iKey2; in testCompareDb() local
403 iKey2 = testPrngValue(iSeed+1) % nData; in testCompareDb()
407 testDatasourceEntry(pData, iKey2, &pKey2, &nKey2, 0, 0); in testCompareDb()
/sqlite-3.40.0/src/
H A Dvdbeaux.c5274 i64 iKey2; in sqlite3VdbePreUpdateHook() local
5282 iKey1 = iKey2 = 0; in sqlite3VdbePreUpdateHook()
5286 iKey2 = v->aMem[iReg].u.i; in sqlite3VdbePreUpdateHook()
5288 iKey2 = iKey1; in sqlite3VdbePreUpdateHook()
5307 preupdate.iKey2 = iKey2; in sqlite3VdbePreUpdateHook()
5312 db->xPreUpdateCallback(db->pPreUpdateArg, db, op, zDb, zTbl, iKey1, iKey2); in sqlite3VdbePreUpdateHook()
H A DvdbeInt.h515 i64 iKey2; /* Second key value passed to hook */ member
H A Dvdbeapi.c2067 sqlite3VdbeMemSetInt64(pMem, p->iKey2); in sqlite3_preupdate_new()
2089 sqlite3VdbeMemSetInt64(pMem, p->iKey2); in sqlite3_preupdate_new()
H A Dtclsqlite.c845 sqlite_int64 iKey2 in DbPreUpdateHandler() argument
864 Tcl_ListObjAppendElement(0, pCmd, Tcl_NewWideIntObj(iKey2)); in DbPreUpdateHandler()
H A Dsqlite.h.in10116 sqlite3_int64 iKey2 /* New rowid value (for a rowid UPDATE) */
/sqlite-3.40.0/ext/lsm1/
H A Dlsm_sorted.c2015 u32 iKey2 = 0; in multiCursorGetKey() local
2019 iKey2 = aEntry[i].iBlk-1; in multiCursorGetKey()
2022 iKey2 = aEntry[i].iBlk; in multiCursorGetKey()
2027 if( i<(nEntry-1) && aEntry[i+1].iBlk==iKey2+1 && aEntry[i+1].iId<0 ){ in multiCursorGetKey()
2033 iKey2 = aEntry[i].iBlk + 1; in multiCursorGetKey()
2039 if( i>0 && aEntry[i-1].iBlk==iKey2-1 && aEntry[i-1].iId<0 ){ in multiCursorGetKey()
2045 lsmPutU32(pKey, ~iKey2); in multiCursorGetKey()
/sqlite-3.40.0/ext/session/
H A Dsqlite3session.c1496 sqlite3_int64 iKey2 /* New rowid value (for a rowid UPDATE) */ in xPreUpdate() argument