Lines Matching defs:config
26 # include <config.h>
59 static deflate_config config;
102 json_integer(config.table_size));
104 if (config.dump_header_table) {
184 nghttp2_hd_deflate_new(&deflater, config.deflate_table_size);
185 if (config.table_size != NGHTTP2_DEFAULT_HEADER_TABLE_SIZE) {
186 nghttp2_hd_deflate_change_table_size(deflater, config.table_size);
385 config.table_size = 4_k;
386 config.deflate_table_size = 4_k;
387 config.http1text = 0;
388 config.dump_header_table = 0;
401 config.http1text = 1;
410 config.table_size = n;
420 config.deflate_table_size = n;
425 config.dump_header_table = 1;
433 if (config.http1text) {