Searched refs:zstd_ctx (Results 1 – 2 of 2) sorted by relevance
20 struct zstd_ctx { struct32 static int zstd_comp_init(struct zstd_ctx *ctx) in zstd_comp_init() argument56 static int zstd_decomp_init(struct zstd_ctx *ctx) in zstd_decomp_init()79 static void zstd_comp_exit(struct zstd_ctx *ctx) in zstd_comp_exit()86 static void zstd_decomp_exit(struct zstd_ctx *ctx) in zstd_decomp_exit()109 struct zstd_ctx *ctx; in zstd_alloc_ctx()140 struct zstd_ctx *zctx = ctx; in __zstd_compress()161 struct zstd_ctx *zctx = ctx; in __zstd_decompress()
10 struct zstd_ctx { struct94 struct zstd_ctx *zctx = ctx->context; in zstd_destroy()121 struct zstd_ctx *zctx; in zstd_create()173 struct zstd_ctx *zctx = ctx->context; in zstd_compress()194 struct zstd_ctx *zctx = ctx->context; in zstd_decompress()