Home
last modified time | relevance | path

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

/libtiff-4.0.7/contrib/stream/
H A Dtiffstream.cpp95 istr = ts->m_inStream; in read()
97 istr = ts->m_ioStream; in read()
100 int remain = ts->m_streamLength - ts->tell(fd); in read()
111 if(ts->m_outStream != NULL) { in write()
112 ostr = ts->m_outStream; in write()
114 ostr = ts->m_ioStream; in write()
134 if(ts->m_inStream != NULL) { in close()
135 ts->m_inStream = NULL; in close()
138 ts->m_outStream = NULL; in close()
141 ts->m_ioStream = NULL; in close()
[all …]