Searched refs:num_attributes (Results 1 – 3 of 3) sorted by relevance
70 for (xx = 0; xx < p_rec->num_attributes; xx++, p_attr++) { in sdp_db_service_search()84 if (xx == p_rec->num_attributes) break; in sdp_db_service_search()175 for (xx = 0, p_at = &p_rec->attribute[0]; xx < p_rec->num_attributes; in sdp_db_find_attr_in_rec()318 for (zz = 0; zz < p_rec->num_attributes; zz++) in SDP_DeleteRecord()397 for (xx = 0; xx < p_rec->num_attributes; xx++, p_attr++) { in SDP_AddAttribute()406 if (p_rec->num_attributes == SDP_MAX_REC_ATTR) return (false); in SDP_AddAttribute()409 if (xx == p_rec->num_attributes) in SDP_AddAttribute()410 p_attr = &p_rec->attribute[p_rec->num_attributes]; in SDP_AddAttribute()413 for (yy = p_rec->num_attributes; yy > xx; yy--) in SDP_AddAttribute()450 p_rec->num_attributes++; in SDP_AddAttribute()[all …]
96 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()