Home
last modified time | relevance | path

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

/libtiff-4.0.7/contrib/stream/
H A Dtiffstream.cpp110 ostream* ostr; in write() local
112 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()