Home
last modified time | relevance | path

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

/sqlite-3.40.0/ext/lsm1/
H A Dlsm_log.c298 static i64 firstByteOnSector(LogWriter *pLog, i64 iOff){ in firstByteOnSector() function
302 return firstByteOnSector(pLog, iOff) + pLog->szSector - 1; in lastByteOnSector()
467 iRound = firstByteOnSector(pNew, pNew->jump.iStart); in lsmLogBegin()