Searched refs:out_max (Results 1 – 1 of 1) sorted by relevance
300 static void dict_limit(struct dictionary *dict, size_t out_max) in dict_limit() argument302 if (dict->end - dict->pos <= out_max) in dict_limit()305 dict->limit = dict->pos + out_max; in dict_limit()