Searched refs:num_attributes (Results 1 – 2 of 2) sorted by relevance
88 for (xx = 0; xx < p_rec->num_attributes; xx++, p_attr++) { in sdp_db_service_search()104 if (xx == p_rec->num_attributes) { in sdp_db_service_search()206 for (xx = 0, p_at = &p_rec->attribute[0]; xx < p_rec->num_attributes; in sdp_db_find_attr_in_rec()448 for (xx = 0; xx < p_rec->num_attributes; xx++, p_attr++) { in SDP_AddAttribute()459 if (p_rec->num_attributes == SDP_MAX_REC_ATTR) { in SDP_AddAttribute()464 if (xx == p_rec->num_attributes) { in SDP_AddAttribute()465 p_attr = &p_rec->attribute[p_rec->num_attributes]; in SDP_AddAttribute()468 for (yy = p_rec->num_attributes; yy > xx; yy--) { in SDP_AddAttribute()503 p_rec->num_attributes++; in SDP_AddAttribute()888 for (xx = 0; xx < p_rec->num_attributes; xx++, p_attr++) { in SDP_DeleteAttribute()[all …]
132 UINT16 num_attributes; member