Searched refs:checkOffset (Results 1 – 1 of 1) sorted by relevance
1984 const int checkOffset = (dictSize < (int)(64 KB)); in LZ4_decompress_generic() local2094 if ( checkOffset && (unlikely(match + dictSize < lowPrefix)) ) { in LZ4_decompress_generic()2285 …if ((checkOffset) && (unlikely(match + dictSize < lowPrefix))) goto _output_error; /* Error : of… in LZ4_decompress_generic()