Home
last modified time | relevance | path

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

/sqlite-3.40.0/src/
H A Dwal.c1100 sLoc.aHash[i] = 0; in walCleanupHash()
1107 nByte = (int)((char *)sLoc.aHash - (char *)&sLoc.aPgno[iLimit]); in walCleanupHash()
1119 for(iKey=walHash(sLoc.aPgno[j]);sLoc.aHash[iKey];iKey=walNextHash(iKey)){ in walCleanupHash()
1147 idx = iFrame - sLoc.iZero; in walIndexAppend()
1154 int nByte = (int)((u8*)&sLoc.aHash[HASHTABLE_NSLOT] - (u8*)sLoc.aPgno); in walIndexAppend()
1165 if( sLoc.aPgno[idx-1] ){ in walIndexAppend()
1198 sLoc.aHash[iKey]; in walIndexAppend()
1818 WalHashLoc sLoc; in walIteratorInit() local
1829 nEntry = (int)((u32*)sLoc.aHash - (u32*)sLoc.aPgno); in walIteratorInit()
1832 sLoc.iZero++; in walIteratorInit()
[all …]