Searched refs:create_ctx (Results 1 – 9 of 9) sorted by relevance
54 .create_ctx = lzo_create,
54 .create_ctx = lzorle_create,
56 .create_ctx = create_842,
54 int (*create_ctx)(struct zcomp_params *params, struct zcomp_ctx *ctx); member
122 .create_ctx = lz4_create,
123 .create_ctx = lz4hc_create,
141 .create_ctx = deflate_create,
221 .create_ctx = zstd_create,
57 ret = comp->ops->create_ctx(comp->params, &zstrm->ctx); in zcomp_strm_init()
Completed in 12 milliseconds