Searched refs:result_cap (Results 1 – 1 of 1) sorted by relevance
73 unsigned int result_cap = 0; in dict_ni_do_lookup() local110 if (result_cap < l) { in dict_ni_do_lookup()113 result_cap = l + 100; in dict_ni_do_lookup()114 result = mymalloc(result_cap); in dict_ni_do_lookup()