Home
last modified time | relevance | path

Searched refs:frame_context_t (Results 1 – 1 of 1) sorted by relevance

/freebsd/sys/contrib/zstd/doc/educational_decoder/
H A Dzstd_decompress.c302 } frame_context_t; typedef
348 static void decompress_block(frame_context_t *const ctx, ostream_t *const out,
352 static size_t decode_literals(frame_context_t *const ctx, istream_t *const in,
356 static size_t decode_sequences(frame_context_t *const ctx, istream_t *const in,
360 static void execute_sequences(frame_context_t *const ctx, ostream_t *const out,
378 static void execute_match_copy(frame_context_t *const ctx, size_t offset,
415 static void init_frame_context(frame_context_t *const context,
418 static void free_frame_context(frame_context_t *const context);
421 static void frame_context_apply_dict(frame_context_t *const ctx,
424 static void decompress_data(frame_context_t *const ctx, ostream_t *const out,
[all …]