Searched refs:tpl_len (Results 1 – 2 of 2) sorted by relevance
489 if (tpl->tpl_len + n < tpl->tpl_size) in templ_reserve()517 for (size_t i = 0; i < tpl->tpl_len; i++) in templ_fini()532 sub_t *sub = &tpl->tpl_items[tpl->tpl_len++]; in templ_push()542 sub_t *sub = &tpl->tpl_items[--tpl->tpl_len]; in templ_pop()549 if (tpl->tpl_len == 0) in templ_top()551 return (&tpl->tpl_items[tpl->tpl_len - 1]); in templ_top()557 return ((tpl->tpl_len == 0) ? B_TRUE : B_FALSE); in templ_empty()579 VERIFY3U(tpl->tpl_len, >, 0); in templ_save()
68 size_t tpl_len; member