Home
last modified time | relevance | path

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

/sqlite-3.40.0/ext/lsm1/
H A Dlsm_file.c543 static int fsHashKey(int nHash, LsmPgno iPg){ in fsHashKey() function
1018 iHash = fsHashKey(pFS->nHash, pPg->iPg); in fsPageRemoveFromHash()
1063 int iHash = fsHashKey(pFS->nHash, iPg); in fsPageFindInHash()
2660 int iHash = fsHashKey(pFS->nHash, iPg); in fsRemoveHashEntry()
2668 iHash = fsHashKey(pFS->nHash, 0); in fsRemoveHashEntry()
2704 iHash = fsHashKey(pFS->nHash, pPg->iPg); in lsmFsPagePersist()
2736 iHash = fsHashKey(pFS->nHash, pPg->iPg); in lsmFsPagePersist()