/*-******************************************************* *Dependencies
*********************************************************/ #include"../common/zstd_deps.h"/* size_t */ #include"../zstd.h"/* DCtx, and some public functions */ #include"../common/zstd_internal.h"/* blockProperties_t, and some public functions */ #include"zstd_decompress_internal.h"/* ZSTD_seqSymbol */
/* === Prototypes === */
/* note: prototypes already published within `zstd.h` : *ZSTD_decompressBlock()
*/
/* note: prototypes already published within `zstd_internal.h` : *ZSTD_getcBlockSize() *ZSTD_decodeSeqHeaders()
*/
/* Streaming state is used to inform allocation of the literal buffer */ typedef enum {
not_streaming = 0,
is_streaming = 1
} streaming_operation;
Die Informationen auf dieser Webseite wurden
nach bestem Wissen sorgfältig zusammengestellt. Es wird jedoch weder Vollständigkeit, noch Richtigkeit,
noch Qualität der bereit gestellten Informationen zugesichert.
Bemerkung:
Die farbliche Syntaxdarstellung und die Messung sind noch experimentell.