Home
last modified time | relevance | path

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

/dports/www/apt-cacher-ng/apt-cacher-ng-3.2/include/
H A Dfilereader.h39 bool GetOneLine(mstring & sOut, bool bForceUncompress=false);
/dports/www/apt-cacher-ng/apt-cacher-ng-3.2/source/
H A Dfilereader.cc505 bool filereader::GetOneLine(string & sOut, bool bForceUncompress) { in GetOneLine() argument
524 if ((!m_nBufPos || bForceUncompress) && !m_Dec->eof) in GetOneLine()
529 if(bForceUncompress && 0==m_UncompBuf.freecapa()) in GetOneLine()