Searched refs:fsPageFindInHash (Results 1 – 1 of 1) sorted by relevance
335 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() function1560 p = fsPageFindInHash(pFS, iReal, &iHash); in fsPageGet()