Home | History | Annotate | Download | only in IlmImf

Lines Matching refs:_tmpBuffer

186     _tmpBuffer (0),
198 _tmpBuffer = new unsigned char [maxInBytes];
211 delete [] _tmpBuffer;
295 unsigned char *tmpBufferEnd = _tmpBuffer;
397 uLongf outSize = int (ceil ((tmpBufferEnd - _tmpBuffer) * 1.01)) + 100;
401 (const Bytef *) _tmpBuffer,
402 tmpBufferEnd - _tmpBuffer))
426 if (Z_OK != ::uncompress ((Bytef *)_tmpBuffer,
439 const unsigned char *tmpBufferEnd = _tmpBuffer;
468 if (tmpBufferEnd - _tmpBuffer > tmpSize)
494 if (tmpBufferEnd - _tmpBuffer > tmpSize)
518 if (tmpBufferEnd - _tmpBuffer > tmpSize)
543 if (tmpBufferEnd - _tmpBuffer < tmpSize)