Home
last modified time | relevance | path

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

/sqlite-3.40.0/src/
H A Dwal.c971 static int walHash(u32 iPage){ in walHash() function
1119 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()