Searched refs:bytes_to_write (Results 1 - 1 of 1) sorted by relevance

/gem5/ext/iostream3/
H A Dzfstream.cc229 int bytes_to_write = this->pptr() - this->pbase(); local
231 if (bytes_to_write > 0)
237 if (gzwrite(file, this->pbase(), bytes_to_write) != bytes_to_write)
240 this->pbump(-bytes_to_write);

Completed in 4 milliseconds