Home | History | Annotate | Download | only in pending

Lines Matching refs:out_max

1448 static void dict_limit(struct dictionary *dict, size_t out_max)
1450 if (dict->end - dict->pos <= out_max)
1453 dict->limit = dict->pos + out_max;