Home
last modified time | relevance | path

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

/dports/devel/easyloggingpp/easyloggingpp-9.97.0/samples/Qt/file-splitter-joiner/
H A Dpartprocessor.cpp77 int nextBuffLength = PartProcessor::kBufferSize; in split() local
78 char *data = new char[nextBuffLength]; in split()
93 nextBuffLength = (progress() + PartProcessor::kBufferSize > this->maxSizePerPart_) ? in split()
97 dataBytes = this->sourceFile_->read(data, nextBuffLength); in split()
100 progress_ += nextBuffLength; in split()
/dports/sysutils/fusefs-encfs/encfs-1.9.5/vendor/github.com/muflihun/easyloggingpp/samples/Qt/file-splitter-joiner/
H A Dpartprocessor.cpp77 int nextBuffLength = PartProcessor::kBufferSize; in split() local
78 char *data = new char[nextBuffLength]; in split()
93 nextBuffLength = (progress() + PartProcessor::kBufferSize > this->maxSizePerPart_) ? in split()
97 dataBytes = this->sourceFile_->read(data, nextBuffLength); in split()
100 progress_ += nextBuffLength; in split()