Home
last modified time | relevance | path

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

/freebsd/sys/contrib/zstd/doc/educational_decoder/
H A Dzstd_decompress.c424 static void decompress_data(frame_context_t *const ctx, ostream_t *const out,
457 decompress_data(&ctx, out, in); in decode_data_frame()
585 static void decompress_data(frame_context_t *const ctx, ostream_t *const out, in decompress_data() function