Home | History | Annotate | Download | only in libtiff

Lines Matching defs:check

53     lzma_check	check;			/* type of the integrity check */
78 return "input stream has no integrity check";
80 return "cannot calculate the integrity check";
82 return "integrity check type is now available";
265 return (lzma_stream_encoder(&sp->stream, sp->filters, sp->check) == LZMA_OK);
300 sp->stream.avail_out = (size_t)tif->tif_rawdatasize; /* this is a safe typecast, as check is made already in LZMAPreEncode */
328 sp->stream.avail_out = (size_t)tif->tif_rawdatasize; /* this is a safe typecast, as check is made already in ZIPPreEncode */
375 sp->check);
446 sp->check = LZMA_CHECK_NONE;