Searched refs:attribute_list (Results 1 – 2 of 2) sorted by relevance
430 node = tmpl->attribute_list; in template_attribute_find()600 node = src->attribute_list; in template_copy()617 dest->attribute_list = dlist_add_as_first(dest->attribute_list, in template_copy()646 node = tmpl->attribute_list; in template_flatten()832 while (tmpl->attribute_list) { in template_free()833 CK_ATTRIBUTE *attr = (CK_ATTRIBUTE *)tmpl->attribute_list->data; in template_free()838 tmpl->attribute_list = dlist_remove_node(tmpl->attribute_list, in template_free()839 tmpl->attribute_list); in template_free()856 node = tmpl->attribute_list; in template_get_class()883 return (dlist_length(tmpl->attribute_list)); in template_get_count()[all …]
326 DL_NODE *attribute_list; member