#include <stddef.h>
#include <zstd.h>
#include "data.h"
Go to the source code of this file.
◆ CONFIG_NO_LEVEL
#define CONFIG_NO_LEVEL (-ZSTD_TARGETLENGTH_MAX - 1) |
◆ ZSTD_STATIC_LINKING_ONLY
#define ZSTD_STATIC_LINKING_ONLY |
◆ config_get_level()
Returns the compression level specified by the config, or CONFIG_NO_LEVEL if no level is specified. Note that 0 is a valid compression level, meaning default.
◆ config_get_zstd_params()
Returns the compression parameters specified by the config.
◆ config_skip_data()
Returns true if the config should skip this data. For instance, if the config requires a dictionary but the data doesn't have one.
◆ configs
The NULL-terminated list of configs.