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

/external/zlib/src/contrib/iostream2/
H A Dzstream.h213 * _flush is as in the deflate() function. The return value is the zlib
219 int flush(int _flush) { argument
221 return ::gzflush(m_fp, _flush);

Completed in 85 milliseconds