Lines Matching refs:config_t
18 config_t const level_fast##x = { \
23 config_t const level_fast##x##_dict = { \
35 config_t const level_##x = { \
40 config_t const level_##x##_dict = { \
55 static config_t no_pledged_src_size = {
66 static config_t ldm = {
76 static config_t mt = {
87 static config_t mt_ldm = {
98 static config_t mt_advanced = {
108 static config_t small_wlog = {
119 static config_t small_hlog = {
130 static config_t small_clog = {
141 static config_t uncompressed_literals = {
152 static config_t uncompressed_literals_opt = {
163 static config_t huffman_literals = {
180 static config_t explicit_params = {
186 static config_t const* g_configs[] = {
209 config_t const* const* configs = g_configs;
211 int config_skip_data(config_t const* config, data_t const* data) { in config_skip_data()
215 int config_get_level(config_t const* config) in config_get_level()
227 config_t const* config, in config_get_zstd_params()