Home | History | Annotate | Download | only in pending

Lines Matching refs:dict_has_space

1463 static inline int dict_has_space(const struct dictionary *dict)
1878 if (dict_has_space(&s->dict) && s->lzma.len > 0)
1885 while (dict_has_space(&s->dict) && !rc_limit_exceeded(&s->rc)) {