Searched refs:num_attributes (Results 1 – 3 of 3) sorted by relevance
75 for (xx = 0; xx < p_rec->num_attributes; xx++, p_attr++) { in sdp_db_service_search()89 if (xx == p_rec->num_attributes) break; in sdp_db_service_search()180 for (xx = 0, p_at = &p_rec->attribute[0]; xx < p_rec->num_attributes; in sdp_db_find_attr_in_rec()323 for (zz = 0; zz < p_rec->num_attributes; zz++) in SDP_DeleteRecord()402 for (xx = 0; xx < p_rec->num_attributes; xx++, p_attr++) { in SDP_AddAttribute()411 if (p_rec->num_attributes == SDP_MAX_REC_ATTR) return (false); in SDP_AddAttribute()414 if (xx == p_rec->num_attributes) in SDP_AddAttribute()415 p_attr = &p_rec->attribute[p_rec->num_attributes]; in SDP_AddAttribute()418 for (yy = p_rec->num_attributes; yy > xx; yy--) in SDP_AddAttribute()455 p_rec->num_attributes++; in SDP_AddAttribute()[all …]
123 uint16_t num_attributes; member
53 size_t num_attributes = GetNumAttributes(); in IsValid() local58 return (num_attributes * sizeof(Attribute)) == (size_t)(end() - attr_start); in IsValid()