HomeSort by: relevance | last modified time | path
    Searched defs:m_os (Results 1 - 1 of 1) sorted by relevancy

  /src/common/dist/zlib/contrib/iostream2/
zstream.h 158 ozstream() : m_fp(0), m_os(0) {
161 : m_fp(0), m_os(0) {
165 : m_fp(0), m_os(0) {
199 if (m_os) {
200 ::gzwrite(m_fp, m_os->str(), m_os->pcount());
201 delete[] m_os->str(); delete m_os; m_os = 0;
237 if (m_os == 0) m_os = new ostrstream
255 ostrstream* m_os; member in class:ozstream
    [all...]

Completed in 17 milliseconds