diff options
author | Vsevolod Stakhov <vsevolod@rspamd.com> | 2023-03-02 09:19:48 +0000 |
---|---|---|
committer | Vsevolod Stakhov <vsevolod@rspamd.com> | 2023-03-02 09:19:48 +0000 |
commit | 77dc28d43e0f0a3a2ec7c61b3d6c9be8a4d0fa45 (patch) | |
tree | 9a5de720c81ad9403451b04adcb62ba010a1fad7 /contrib/zstd/zstd_double_fast.h | |
parent | 5e792b26110c4b84c93b2cc724d656f6d96b5135 (diff) | |
download | rspamd-77dc28d43e0f0a3a2ec7c61b3d6c9be8a4d0fa45.tar.gz rspamd-77dc28d43e0f0a3a2ec7c61b3d6c9be8a4d0fa45.zip |
[Minor] Update zstd to 1.5.4
Diffstat (limited to 'contrib/zstd/zstd_double_fast.h')
-rw-r--r-- | contrib/zstd/zstd_double_fast.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/contrib/zstd/zstd_double_fast.h b/contrib/zstd/zstd_double_fast.h index 73a2002f3..e8ce20c70 100644 --- a/contrib/zstd/zstd_double_fast.h +++ b/contrib/zstd/zstd_double_fast.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2016-2020, Yann Collet, Facebook, Inc. + * Copyright (c) Meta Platforms, Inc. and affiliates. * All rights reserved. * * This source code is licensed under both the BSD-style license (found in the @@ -19,7 +19,8 @@ extern "C" { #include "zstd_compress_internal.h" /* ZSTD_CCtx, size_t */ void ZSTD_fillDoubleHashTable(ZSTD_matchState_t* ms, - void const* end, ZSTD_dictTableLoadMethod_e dtlm); + void const* end, ZSTD_dictTableLoadMethod_e dtlm, + ZSTD_tableFillPurpose_e tfp); size_t ZSTD_compressBlock_doubleFast( ZSTD_matchState_t* ms, seqStore_t* seqStore, U32 rep[ZSTD_REP_NUM], void const* src, size_t srcSize); |