Searched refs:tpl_size (Results 1 – 2 of 2) sorted by relevance
489 if (tpl->tpl_len + n < tpl->tpl_size) in templ_reserve()492 size_t newsize = tpl->tpl_size + CHUNK_SIZE; in templ_reserve()494 tpl->tpl_size * sizeof (sub_t), newsize * sizeof (sub_t)); in templ_reserve()500 tpl->tpl_size = newsize; in templ_reserve()520 xfree(tpl->tpl_ops, tpl->tpl_items, tpl->tpl_size * sizeof (sub_t)); in templ_fini()
69 size_t tpl_size; member