Home
last modified time | relevance | path

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

/sqlite-3.40.0/src/
H A Dwal.c976 static int walNextHash(int iPriorHash){ in walNextHash() 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()
1199 iKey=walNextHash(iKey)){ in walIndexAppend()
3207 iKey = walNextHash(iKey); in sqlite3WalFindFrame()