ZSTD_BtFindBestMatch 1748 lib/zstd/compress.c case 4: return ZSTD_BtFindBestMatch(zc, ip, iLimit, offsetPtr, maxNbAttempts, 4); ZSTD_BtFindBestMatch 1749 lib/zstd/compress.c case 5: return ZSTD_BtFindBestMatch(zc, ip, iLimit, offsetPtr, maxNbAttempts, 5); ZSTD_BtFindBestMatch 1751 lib/zstd/compress.c case 6: return ZSTD_BtFindBestMatch(zc, ip, iLimit, offsetPtr, maxNbAttempts, 6);