Home
last modified time | relevance | path

Searched refs:tpl_ops (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/lib/libdemangle/common/
H A Dcxx_util.c493 void *temp = xrealloc(tpl->tpl_ops, tpl->tpl_items, in templ_reserve()
508 tpl->tpl_ops = ops; in templ_init()
520 xfree(tpl->tpl_ops, tpl->tpl_items, tpl->tpl_size * sizeof (sub_t)); in templ_fini()
521 sysdem_ops_t *ops = tpl->tpl_ops; in templ_fini()
523 tpl->tpl_ops = ops; in templ_fini()
533 sub_init(sub, tpl->tpl_ops); in templ_push()
588 name_init(&name, tpl->tpl_ops); in templ_save()
H A Dcxx.h67 sysdem_ops_t *tpl_ops; member