Searched defs:zstd_ctx (Results 1 – 2 of 2) sorted by relevance
10 struct zstd_ctx { struct11 zstd_cctx *cctx;12 zstd_dctx *dctx;13 void *cctx_mem;14 void *dctx_mem;
24 struct zstd_ctx { struct37 struct zstd_ctx *ctx; in zstd_alloc_stream() argument