Searched refs:checkOffset (Results 1 – 1 of 1) sorted by relevance
2247 const int checkOffset = ((safeDecode) && (dictSize < (int)(64 KB))); in LZ4_decompress_generic() local2381 if ((checkOffset) && (unlikely(match + dictSize < lowPrefix))) in LZ4_decompress_generic()2426 if (checkOffset && (unlikely(match + dictSize < lowPrefix))) in LZ4_decompress_generic()2669 if ((checkOffset) && (unlikely(match + dictSize < lowPrefix))) in LZ4_decompress_generic()