Searched refs:ostr (Results 1 – 1 of 1) sorted by relevance
110 ostream* ostr; in write() local112 ostr = ts->m_outStream; in write()114 ostr = ts->m_ioStream; in write()117 streampos start = ostr->tellp(); in write()118 ostr->write(reinterpret_cast<const char*>(buf), size); in write()119 return ostr->tellp() - start; in write()