Searched refs:num_attributes (Results 1 – 3 of 3) sorted by relevance
69 for (xx = 0; xx < p_rec->num_attributes; xx++, p_attr++) { in sdp_db_service_search()83 if (xx == p_rec->num_attributes) break; in sdp_db_service_search()174 for (xx = 0, p_at = &p_rec->attribute[0]; xx < p_rec->num_attributes; in sdp_db_find_attr_in_rec()312 for (zz = 0; zz < p_rec->num_attributes; zz++) in SDP_DeleteRecord()400 for (xx = 0; xx < p_rec->num_attributes; xx++, p_attr++) { in SDP_AddAttribute()409 if (p_rec->num_attributes == SDP_MAX_REC_ATTR) return (false); in SDP_AddAttribute()412 if (xx == p_rec->num_attributes) in SDP_AddAttribute()413 p_attr = &p_rec->attribute[p_rec->num_attributes]; in SDP_AddAttribute()416 for (yy = p_rec->num_attributes; yy > xx; yy--) in SDP_AddAttribute()453 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()