zcomp_ops
const struct zcomp_ops backend_842 = {
extern const struct zcomp_ops backend_842;
const struct zcomp_ops backend_deflate = {
extern const struct zcomp_ops backend_deflate;
const struct zcomp_ops backend_lz4 = {
extern const struct zcomp_ops backend_lz4;
const struct zcomp_ops backend_lz4hc = {
extern const struct zcomp_ops backend_lz4hc;
const struct zcomp_ops backend_lzo = {
extern const struct zcomp_ops backend_lzo;
const struct zcomp_ops backend_lzorle = {
extern const struct zcomp_ops backend_lzorle;
const struct zcomp_ops backend_zstd = {
extern const struct zcomp_ops backend_zstd;
static const struct zcomp_ops *backends[] = {
static const struct zcomp_ops *lookup_backend_ops(const char *comp)
const struct zcomp_ops *backend = lookup_backend_ops(comp);
const struct zcomp_ops *ops;