|
ReactOS 0.4.16-dev-1946-g52006dd
|
#include "zstd_compress_internal.h"

Go to the source code of this file.
| size_t ZSTD_compressBlock_btopt | ( | ZSTD_matchState_t * | ms, |
| seqStore_t * | seqStore, | ||
| U32 | rep[ZSTD_REP_NUM], | ||
| void const * | src, | ||
| size_t | srcSize | ||
| ) |
Definition at line 1069 of file zstd_opt.c.
Referenced by ZSTD_selectBlockCompressor().
| size_t ZSTD_compressBlock_btopt_dictMatchState | ( | ZSTD_matchState_t * | ms, |
| seqStore_t * | seqStore, | ||
| U32 | rep[ZSTD_REP_NUM], | ||
| void const * | src, | ||
| size_t | srcSize | ||
| ) |
Definition at line 1170 of file zstd_opt.c.
Referenced by ZSTD_selectBlockCompressor().
| size_t ZSTD_compressBlock_btopt_extDict | ( | ZSTD_matchState_t * | ms, |
| seqStore_t * | seqStore, | ||
| U32 | rep[ZSTD_REP_NUM], | ||
| void const * | src, | ||
| size_t | srcSize | ||
| ) |
Definition at line 1184 of file zstd_opt.c.
Referenced by ZSTD_selectBlockCompressor().
| size_t ZSTD_compressBlock_btultra | ( | ZSTD_matchState_t * | ms, |
| seqStore_t * | seqStore, | ||
| U32 | rep[ZSTD_REP_NUM], | ||
| void const * | src, | ||
| size_t | srcSize | ||
| ) |
Definition at line 1134 of file zstd_opt.c.
Referenced by ZSTD_selectBlockCompressor().
| size_t ZSTD_compressBlock_btultra2 | ( | ZSTD_matchState_t * | ms, |
| seqStore_t * | seqStore, | ||
| U32 | rep[ZSTD_REP_NUM], | ||
| void const * | src, | ||
| size_t | srcSize | ||
| ) |
Definition at line 1142 of file zstd_opt.c.
Referenced by ZSTD_selectBlockCompressor().
| size_t ZSTD_compressBlock_btultra_dictMatchState | ( | ZSTD_matchState_t * | ms, |
| seqStore_t * | seqStore, | ||
| U32 | rep[ZSTD_REP_NUM], | ||
| void const * | src, | ||
| size_t | srcSize | ||
| ) |
Definition at line 1177 of file zstd_opt.c.
Referenced by ZSTD_selectBlockCompressor().
| size_t ZSTD_compressBlock_btultra_extDict | ( | ZSTD_matchState_t * | ms, |
| seqStore_t * | seqStore, | ||
| U32 | rep[ZSTD_REP_NUM], | ||
| void const * | src, | ||
| size_t | srcSize | ||
| ) |
Definition at line 1191 of file zstd_opt.c.
Referenced by ZSTD_selectBlockCompressor().
Definition at line 504 of file zstd_opt.c.
Referenced by ZSTD_loadDictionaryContent().