Home | History | Annotate | Download | only in sdp

Lines Matching refs:client_executable_url

1050         SDP_AttrStringCopy( p_device_info->rec.client_executable_url, p_curr_attr,
1164 if ( p_device_info->client_executable_url[0] != '\0' )
1166 if ( !((strlen(p_device_info->client_executable_url)+1 <= SDP_MAX_ATTR_LEN) &&
1168 (UINT32)(strlen(p_device_info->client_executable_url)+1),
1169 (UINT8 *)p_device_info->client_executable_url)) )