Home | History | Annotate | Download | only in IlmImf

Lines Matching refs:_tmpBuffer

60     _tmpBuffer (0),
71 _tmpBuffer =
81 delete [] _tmpBuffer;
114 char *t1 = _tmpBuffer;
115 char *t2 = _tmpBuffer + (inSize + 1) / 2;
137 unsigned char *t = (unsigned char *) _tmpBuffer + 1;
138 unsigned char *stop = (unsigned char *) _tmpBuffer + inSize;
157 (const Bytef *) _tmpBuffer, inSize))
189 if (Z_OK != ::uncompress ((Bytef *)_tmpBuffer, &outSize,
200 unsigned char *t = (unsigned char *) _tmpBuffer + 1;
201 unsigned char *stop = (unsigned char *) _tmpBuffer + outSize;
216 const char *t1 = _tmpBuffer;
217 const char *t2 = _tmpBuffer + (outSize + 1) / 2;