Home | History | Annotate | Download | only in lib

Lines Matching refs:currentOffset

498         base = (const BYTE*)source - cctx->currentOffset;
502 base = (const BYTE*)source - cctx->currentOffset;
943 if ((dict->initCheck) || (dict->currentOffset > 1 GB)) /* Uninitialized structure, or reuse overflow */
953 dict->currentOffset += 64 KB;
954 base = p - dict->currentOffset;
957 dict->currentOffset += dict->dictSize;
970 if ((LZ4_dict->currentOffset > 0x80000000) ||
971 ((uptrval)LZ4_dict->currentOffset > (uptrval)src)) { /* address space overflow */
973 U32 const delta = LZ4_dict->currentOffset - 64 KB;
980 LZ4_dict->currentOffset = 64 KB;
1011 if ((streamPtr->dictSize < 64 KB) && (streamPtr->dictSize < streamPtr->currentOffset))
1016 streamPtr->currentOffset += (U32)inputSize;
1022 if ((streamPtr->dictSize < 64 KB) && (streamPtr->dictSize < streamPtr->currentOffset))
1028 streamPtr->currentOffset += (U32)inputSize;
1049 streamPtr->currentOffset += (U32)inputSize;