zctx 154 crypto/zstd.c struct zstd_ctx *zctx = ctx; zctx 157 crypto/zstd.c out_len = ZSTD_compressCCtx(zctx->cctx, dst, *dlen, src, slen, params); zctx 183 crypto/zstd.c struct zstd_ctx *zctx = ctx; zctx 185 crypto/zstd.c out_len = ZSTD_decompressDCtx(zctx->dctx, dst, *dlen, src, slen);