Home
last modified time | relevance | path

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

/sqlite-3.40.0/ext/lsm1/
H A Dlsm_file.c335 static Page *fsPageFindInHash(FileSystem *pFS, LsmPgno iPg, int *piHash);
352 assert( p==fsPageFindInHash(pFS, p->iPg, 0) ); in assert_lists_are_ok()
1061 static Page *fsPageFindInHash(FileSystem *pFS, LsmPgno iPg, int *piHash){ in fsPageFindInHash() function
1560 p = fsPageFindInHash(pFS, iReal, &iHash); in fsPageGet()