Searched refs:walHash (Results 1 – 1 of 1) sorted by relevance
971 static int walHash(u32 iPage){ in walHash() function1119 for(iKey=walHash(sLoc.aPgno[j]);sLoc.aHash[iKey];iKey=walNextHash(iKey)){ in walCleanupHash()1172 for(iKey=walHash(iPage); sLoc.aHash[iKey]; iKey=walNextHash(iKey)){ in walIndexAppend()1197 for(iKey=walHash(sLoc.aPgno[i]); in walIndexAppend()3197 iKey = walHash(pgno); in sqlite3WalFindFrame()