Lines Matching full:count
104 void **attr, uint32_t *attr_size, size_t *count) in get_attribute_ptrs() argument
109 size_t max_found = *count; in get_attribute_ptrs()
127 continue; /* only count matching attributes */ in get_attribute_ptrs()
149 *count = found; in get_attribute_ptrs()
155 size_t count = 1; in get_attribute_ptr() local
157 get_attribute_ptrs(head, attribute, attr_ptr, attr_size, &count); in get_attribute_ptr()
159 if (!count) in get_attribute_ptr()
162 if (count != 1) in get_attribute_ptr()
250 size_t count = ref->attrs_count; in attributes_match_reference() local
259 for (count = 0; count < ref->attrs_count; count++) { in attributes_match_reference()
285 size_t count = ref->attrs_count; in attributes_match_add_reference() local
292 for (count = 0; count < ref->attrs_count; count++) { in attributes_match_add_reference()