Searched refs:num_attributes (Results 1 – 1 of 1) sorted by relevance
60 int num_attributes; member84 CK_ULONG num_attributes; member202 CK_ULONG num_attributes) in attributes_match() argument209 for (i = 0; i < num_attributes; i++) { in attributes_match()211 for (j = 0; j < obj->num_attributes; j++) { in attributes_match()231 CK_ULONG num_attributes) in print_attributes() argument235 st_logf("find objects: attrs: %lu\n", (unsigned long)num_attributes); in print_attributes()237 for (i = 0; i < num_attributes; i++) { in print_attributes()348 i = o->num_attributes; in add_object_attribute()361 o->num_attributes++; in add_object_attribute()[all …]