Searched refs:attr_count (Results 1 – 1 of 1) sorted by relevance
658 uint32 attr_count = 0; in _DecodeAttrs() local661 attr_count += CountBits(bitmap[i]); in _DecodeAttrs()664 if (attr_count == 0) { in _DecodeAttrs()668 } else if (attr_count > FATTR4_MAXIMUM_ATTR_ID) { in _DecodeAttrs()677 AttrValue* values = new(std::nothrow) AttrValue[attr_count]; in _DecodeAttrs()877 *count = attr_count; in _DecodeAttrs()