Parolin 0.7.9 6796
Console (soon DLLs) to do a tar like job
Loading...
Searching...
No Matches
config_t Struct Reference

#include <config.h>

Data Fields

const char * name
 
char constcli_args
 
param_values_t param_values
 
int use_dictionary
 
int no_pledged_src_size
 
int advanced_api_only
 

Detailed Description

The config tells the compression method what options to use.

Field Documentation

◆ advanced_api_only

int advanced_api_only

Boolean parameter that says that this config should only be used for methods that use the advanced compression API

◆ cli_args

char const * cli_args

Optional arguments to pass to the CLI. If not set, CLI-based methods will skip this config.

◆ name

const char * name

Identifies the config in the results table

◆ no_pledged_src_size

int no_pledged_src_size

Boolean parameter that says if we should pass the pledged source size when the method allows it. Defaults to yes.

◆ param_values

param_values_t param_values

Parameters to pass to the advanced API. If the advanced API isn't used, the parameters will be derived from these.

◆ use_dictionary

int use_dictionary

Boolean parameter that says if we should use a dictionary. If the data doesn't have a dictionary, this config is skipped. Defaults to no.


The documentation for this struct was generated from the following files: