Searched refs:num_attributes (Results 1 – 3 of 3) sorted by relevance
78 for (xx = 0; xx < p_rec->num_attributes; xx++, p_attr++) in sdp_db_service_search()96 if (xx == p_rec->num_attributes) in sdp_db_service_search()196 for (xx = 0, p_at = &p_rec->attribute[0]; xx < p_rec->num_attributes; in sdp_db_find_attr_in_rec()358 for (zz = 0; zz < p_rec->num_attributes; zz++) in SDP_DeleteRecord()444 for (xx = 0; xx < p_rec->num_attributes; xx++, p_attr++) in SDP_AddAttribute()456 if (p_rec->num_attributes == SDP_MAX_REC_ATTR) in SDP_AddAttribute()460 if (xx == p_rec->num_attributes) in SDP_AddAttribute()461 p_attr = &p_rec->attribute[p_rec->num_attributes]; in SDP_AddAttribute()465 for (yy = p_rec->num_attributes; yy > xx; yy--) in SDP_AddAttribute()504 p_rec->num_attributes++; in SDP_AddAttribute()[all …]
133 UINT16 num_attributes; member
211 if (parsed.num_attributes() == 1 && in GetAttributeValue()214 if (parsed.num_attributes() != 1 || in GetAttributeValue()286 for (CK_ULONG i = 0; i < parsed.num_attributes(); ++i) { in GetValue()