Searched refs:nextRead (Results 1 – 1 of 1) sorted by relevance
266 char* nextRead = buffer; in forEachLine() local269 const auto read = pread(fd.get(), nextRead, std::end(buffer) - nextRead, pos); in forEachLine()281 const auto readEnd = nextRead + read; in forEachLine()295 nextRead = buffer + remainingSize; in forEachLine()298 if (nextLine < nextRead) { in forEachLine()299 cb({nextLine, size_t(nextRead - nextLine)}); in forEachLine()