Lines Matching refs:m_outStream
13 m_outStream = NULL; in TiffStream()
30 m_outStream = NULL; in makeFileStream()
51 m_outStream = str; in makeFileStream()
72 m_outStream = NULL; in makeFileStream()
111 if(ts->m_outStream != NULL) { in write()
112 ostr = ts->m_outStream; in write()
137 } else if(ts->m_outStream != NULL) { in close()
138 ts->m_outStream = NULL; in close()
184 } else if(ts->m_outStream != NULL) { in tell()
185 return ts->m_outStream->tellp(); in tell()
214 } else if(ts->m_outStream != NULL) { in seekInt()
215 ts->m_outStream->seekp(offset, org); in seekInt()
230 ts->m_outStream != NULL || in isOpen()