Home | History | Annotate | Download | only in util

Lines Matching refs:conf

181 	struct ucl_compress_config conf;
942 while (m_len > c->conf.max_match)
944 code_match(c, c->conf.max_match - 3, m_off);
945 m_len -= c->conf.max_match - 3;
1007 || m_off > c->conf.max_offset)
1070 memset(&c->conf, 0xff, sizeof(c->conf));
1073 r = bbConfig(c, c->conf.bb_endian, c->conf.bb_size);
1103 if (c->conf.max_match < swd->nice_length)
1104 swd->nice_length = c->conf.max_match;
1129 || m_off > c->conf.max_offset)