![]() |
Parolin 0.7.9 6796
Console (soon DLLs) to do a tar like job
|
Macros | |
#define | FAST_LEVEL(x) |
#define | LEVEL(x) |
#define | ROW_LEVEL(x, y) |
#define | PARAM_VALUES(pv) |
#define | FAST_LEVEL(x) |
#define | LEVEL(x) |
#define | ROW_LEVEL(x, y) |
Functions | |
int | config_skip_data (config_t const *config, data_t const *data) |
int | config_get_level (config_t const *config) |
ZSTD_parameters | config_get_zstd_params (config_t const *config, uint64_t srcSize, size_t dictSize) |
Variables | |
config_t const *const * | configs = g_configs |
#define FAST_LEVEL | ( | x | ) |
#define FAST_LEVEL | ( | x | ) |
#define LEVEL | ( | x | ) |
#define LEVEL | ( | x | ) |
#define PARAM_VALUES | ( | pv | ) |
#define ROW_LEVEL | ( | x, | |
y ) |
#define ROW_LEVEL | ( | x, | |
y ) |
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.
ZSTD_parameters config_get_zstd_params | ( | config_t const * | config, |
uint64_t | srcSize, | ||
size_t | dictSize ) |
Returns the compression parameters specified by the config.
Returns true if the config should skip this data. For instance, if the config requires a dictionary but the data doesn't have one.