Searched defs:zctx (Results 1 – 4 of 4) sorted by relevance
29 struct lz4_ctx *zctx = ctx->context; in lz4_destroy() local42 struct lz4_ctx *zctx; in lz4_create() local73 struct lz4_ctx *zctx = ctx->context; in lz4_compress() local98 struct lz4_ctx *zctx = ctx->context; in lz4_decompress() local
29 struct lz4hc_ctx *zctx = ctx->context; in lz4hc_destroy() local42 struct lz4hc_ctx *zctx; in lz4hc_create() local73 struct lz4hc_ctx *zctx = ctx->context; in lz4hc_compress() local99 struct lz4hc_ctx *zctx = ctx->context; in lz4hc_decompress() local
35 struct deflate_ctx *zctx = ctx->context; in deflate_destroy() local53 struct deflate_ctx *zctx; in deflate_create() local92 struct deflate_ctx *zctx = ctx->context; in deflate_compress() local118 struct deflate_ctx *zctx = ctx->context; in deflate_decompress() local
94 struct zstd_ctx *zctx = ctx->context; in zstd_destroy() local121 struct zstd_ctx *zctx; in zstd_create() local173 struct zstd_ctx *zctx = ctx->context; in zstd_compress() local194 struct zstd_ctx *zctx = ctx->context; in zstd_decompress() local
Completed in 7 milliseconds