Searched refs:alloc_stems (Results 1 – 2 of 2) sorted by relevance
65 int alloc_stems; member258 if (data->alloc_stems == num) { in store_stem()261 data->alloc_stems = data->alloc_stems * 2 + 16; in store_stem()263 sizeof(*tmp_arr) * data->alloc_stems); in store_stem()
61 int alloc_stems; member106 if (data->alloc_stems == num) { in find_stem_from_spec()108 data->alloc_stems = data->alloc_stems * 2 + 16; in find_stem_from_spec()110 sizeof(stem_t) * data->alloc_stems); in find_stem_from_spec()