Home
last modified time | relevance | path

Searched defs:iKey (Results 1 – 19 of 19) sorted by relevance

/sqlite-3.40.0/ext/lsm1/lsm-test/
H A Dlsmtest1.c106 int iKey, in testDatasourceFetch()
207 int iKey; /* Datasource key to test */ in testDbContents() local
455 int iKey = (i*p->nWrite + ii) % p->nRange; in doDataTest2() local
548 void dt3PutKey(u8 *aBuf, int iKey){ in dt3PutKey()
578 u32 iKey; in doDataTest3() local
594 u32 iKey; in doDataTest3() local
H A Dlsmtest5.c82 int iKey, /* Key value */ in dbFormatKey()
146 int iKey, /* Compute checksum for this key */ in dbComputeCksum()
181 int iKey, /* Key to read */ in dbReadOperation()
207 int iKey, /* Key to write to */ in dbWriteOperation()
536 int iKey; in mt1Main() local
H A Dlsmtest6.c157 int iKey, in testOomFetchData()
182 int iKey, in testOomWriteData()
H A Dlsmtest_main.c729 int iKey = testPrngValue(i*nWrite+iFetch) % nContent; in do_speed_test2() local
959 u32 iKey; in do_speed_tests() local
980 u32 iKey; in do_speed_tests() local
/sqlite-3.40.0/src/
H A Dpcache1.c119 unsigned int iKey; /* Key value (page number) */ member
876 unsigned int iKey, in pcache1FetchStage2()
1004 unsigned int iKey, in pcache1FetchNoMutex()
1034 unsigned int iKey, in pcache1FetchWithMutex()
1049 unsigned int iKey, in pcache1Fetch()
H A Dvdbe.c4605 i64 iKey; /* The rowid we are to seek to */ in sqlite3VdbeExec() local
5269 u64 iKey; in sqlite3VdbeExec() local
5615 i64 iKey; /* Rowid value to insert with */ in sqlite3VdbeExec() local
5687 i64 iKey = sqlite3BtreeIntegerKey(pC->uc.pCursor); in sqlite3VdbeExec() local
H A Dvdbeblob.c425 sqlite3_int64 iKey; in blobReadWrite() local
H A Djson.c119 u32 iKey; /* 3: Key for ARRAY objects in json_tree() */ member
1021 int iKey; in jsonParseCached() local
2347 u32 iKey; in jsonEachColumn() local
H A Ddelete.c305 int iKey; /* Memory cell holding key of row to be deleted */ in sqlite3DeleteFrom() local
H A Dwal.c1117 int iKey; /* Hash key */ in walCleanupHash() local
1143 int iKey; /* Hash table key */ in walIndexAppend() local
3187 int iKey; /* Hash slot index */ in sqlite3WalFindFrame() local
H A Dfkey.c834 int iKey; in fkParentIsModified() local
H A Dbtree.c1200 u64 iKey; /* Extracted Key value */ in btreeParseCellPtr() local
9302 int sqlite3BtreeTransferRow(BtCursor *pDest, BtCursor *pSrc, i64 iKey){ in sqlite3BtreeTransferRow()
H A Dselect.c1716 int iKey = iCol+1; in generateSortTail() local
/sqlite-3.40.0/ext/fts5/
H A Dfts5_unicode2.c739 u16 iKey; in sqlite3Fts5UnicodeCategory() local
H A Dfts5_index.c6157 i64 iKey; in fts5IndexIntegrityCheckSegment() local
6343 static void fts5DebugRowid(int *pRc, Fts5Buffer *pBuf, i64 iKey){ in fts5DebugRowid()
/sqlite-3.40.0/test/
H A Dkvtest.c547 int iKey = sqlite3_column_int(pStmt, 0); in exportMain() local
792 int iKey = 1; /* Next blob key */ in runMain() local
/sqlite-3.40.0/ext/lsm1/
H A Dlsm_sorted.c572 static LsmPgno pageGetBtreeRef(Page *pPg, int iKey){ in pageGetBtreeRef()
594 int iKey, in pageGetBtreeKey()
1989 int iKey, in multiCursorGetKey()
2750 int iKey; in mcursorLocationOk() local
3125 int iKey = pCsr->aTree[1]; in lsmMCursorValid() local
3210 int iKey = pCsr->aTree[1]; in multiCursorAdvance() local
3273 int iKey = pCsr->aTree[1]; in lsmMCursorKey() local
4158 int iKey = pCsr->aTree[1]; in mergeRangeDeletes() local
H A Dlsm_tree.c1370 static void treeOverwriteKey(lsm_db *db, TreeCursor *pCsr, u32 iKey, int *pRc){ in treeOverwriteKey()
1854 u32 iKey; in lsmTreeDelete() local
/sqlite-3.40.0/ext/rtree/
H A Drtree.c4082 i64 iKey, /* Key for mapping */ in rtreeCheckMapping()