Home | History | Annotate | Download | only in sdp

Lines Matching refs:templen

1294     INT32            templen;
1356 templen
1358 BE_STREAM_TO_ARRAY (p_temp, p_device_info->rec.client_executable_url, templen);
1365 templen = (INT32)((p_attr->len < SDP_MAX_ATTR_LEN) ? p_attr->len : SDP_MAX_ATTR_LEN);
1367 BE_STREAM_TO_ARRAY (p_temp, p_device_info->rec.service_description, templen);
1374 templen = (INT32)((p_attr->len < SDP_MAX_ATTR_LEN) ? p_attr->len : SDP_MAX_ATTR_LEN);
1376 BE_STREAM_TO_ARRAY (p_temp, p_device_info->rec.documentation_url, templen);