Lines Matching refs:documentation_url
1048 BCM_STRNCPY_S( p_device_info->rec.documentation_url, sizeof(p_device_info->rec.documentation_url),
1051 p_device_info->rec.documentation_url[0] = '\0';
1183 if ( p_device_info->documentation_url[0] != '\0' )
1185 if ( !((strlen(p_device_info->documentation_url)+1 <= SDP_MAX_ATTR_LEN) &&
1187 (UINT32)(strlen(p_device_info->documentation_url)+1),
1188 (UINT8 *)p_device_info->documentation_url)) )
1355 BE_STREAM_TO_ARRAY (p_temp, p_device_info->rec.documentation_url, templen);