Sha256: d67a6802d1a25cbf4c17c431cc1ff1ddd18cced6cec53d383acd441434ed3389

Contents?: true

Size: 1.96 KB

Versions: 25

Compression:

Stored size: 1.96 KB

Contents

/*
 * Copyright (c) Yann Collet, Facebook, Inc.
 * All rights reserved.
 *
 * This source code is licensed under both the BSD-style license (found in the
 * LICENSE file in the root directory of this source tree) and the GPLv2 (found
 * in the COPYING file in the root directory of this source tree).
 * You may select, at your option, one of the above-listed licenses.
 */

#ifndef ZSTD_OPT_H
#define ZSTD_OPT_H

#if defined (__cplusplus)
extern "C" {
#endif

#include "zstd_compress_internal.h"

/* used in ZSTD_loadDictionaryContent() */
void ZSTD_updateTree(ZSTD_matchState_t* ms, const BYTE* ip, const BYTE* iend);

size_t ZSTD_compressBlock_btopt(
        ZSTD_matchState_t* ms, seqStore_t* seqStore, U32 rep[ZSTD_REP_NUM],
        void const* src, size_t srcSize);
size_t ZSTD_compressBlock_btultra(
        ZSTD_matchState_t* ms, seqStore_t* seqStore, U32 rep[ZSTD_REP_NUM],
        void const* src, size_t srcSize);
size_t ZSTD_compressBlock_btultra2(
        ZSTD_matchState_t* ms, seqStore_t* seqStore, U32 rep[ZSTD_REP_NUM],
        void const* src, size_t srcSize);


size_t ZSTD_compressBlock_btopt_dictMatchState(
        ZSTD_matchState_t* ms, seqStore_t* seqStore, U32 rep[ZSTD_REP_NUM],
        void const* src, size_t srcSize);
size_t ZSTD_compressBlock_btultra_dictMatchState(
        ZSTD_matchState_t* ms, seqStore_t* seqStore, U32 rep[ZSTD_REP_NUM],
        void const* src, size_t srcSize);

size_t ZSTD_compressBlock_btopt_extDict(
        ZSTD_matchState_t* ms, seqStore_t* seqStore, U32 rep[ZSTD_REP_NUM],
        void const* src, size_t srcSize);
size_t ZSTD_compressBlock_btultra_extDict(
        ZSTD_matchState_t* ms, seqStore_t* seqStore, U32 rep[ZSTD_REP_NUM],
        void const* src, size_t srcSize);

        /* note : no btultra2 variant for extDict nor dictMatchState,
         * because btultra2 is not meant to work with dictionaries
         * and is only specific for the first block (no prefix) */

#if defined (__cplusplus)
}
#endif

#endif /* ZSTD_OPT_H */

Version data entries

25 entries across 25 versions & 3 rubygems

Version Path
wasmtime-5.0.0 ./ext/cargo-vendor/zstd-sys-2.0.5+zstd.1.5.2/zstd/lib/compress/zstd_opt.h
wasmtime-0.4.1 ./ext/cargo-vendor/zstd-sys-2.0.4+zstd.1.5.2/zstd/lib/compress/zstd_opt.h
wasmtime-0.4.0 ./ext/cargo-vendor/zstd-sys-2.0.4+zstd.1.5.2/zstd/lib/compress/zstd_opt.h
zstd-ruby-1.5.2.3 ext/zstdruby/libzstd/compress/zstd_opt.h
zstd-ruby-1.5.2.2 ext/zstdruby/libzstd/compress/zstd_opt.h
zstd-ruby-1.5.2.1 ext/zstdruby/libzstd/compress/zstd_opt.h
zstd-ruby-1.5.2.0 ext/zstdruby/libzstd/compress/zstd_opt.h
zstdlib-0.10.0-x86-mingw32 ext/zstdlib_c/zstd-1.5.2/lib/compress/zstd_opt.h
zstdlib-0.10.0-x86_64-darwin ext/zstdlib_c/zstd-1.5.2/lib/compress/zstd_opt.h
zstdlib-0.10.0-x64-mingw-ucrt ext/zstdlib_c/zstd-1.5.2/lib/compress/zstd_opt.h
zstdlib-0.10.0-x64-mingw32 ext/zstdlib_c/zstd-1.5.2/lib/compress/zstd_opt.h
zstdlib-0.10.0 ext/zstdlib_c/zstd-1.5.2/lib/compress/zstd_opt.h
zstdlib-0.10.0-arm64-darwin ext/zstdlib_c/zstd-1.5.2/lib/compress/zstd_opt.h
zstdlib-0.9.0-x86-mingw32 ext/zstdlib_c/zstd-1.5.2/lib/compress/zstd_opt.h
zstdlib-0.9.0-x86_64-darwin ext/zstdlib_c/zstd-1.5.2/lib/compress/zstd_opt.h
zstdlib-0.9.0-x64-mingw-ucrt ext/zstdlib_c/zstd-1.5.2/lib/compress/zstd_opt.h
zstdlib-0.9.0-x64-mingw32 ext/zstdlib_c/zstd-1.5.2/lib/compress/zstd_opt.h
zstdlib-0.9.0 ext/zstdlib_c/zstd-1.5.2/lib/compress/zstd_opt.h
zstdlib-0.9.0-arm64-darwin ext/zstdlib_c/zstd-1.5.2/lib/compress/zstd_opt.h
zstd-ruby-1.5.1.1 ext/zstdruby/libzstd/compress/zstd_opt.h