Searched refs:client_executable_url (Results 1 – 2 of 2) sorted by relevance
1006 SDP_AttrStringCopy( p_device_info->rec.client_executable_url, p_curr_attr, in SDP_GetDiRecord()1127 if ( p_device_info->client_executable_url[0] != '\0' ) { in SDP_SetLocalDiRecord()1128 if ( !((strlen(p_device_info->client_executable_url) + 1 <= SDP_MAX_ATTR_LEN) && in SDP_SetLocalDiRecord()1130 (UINT32)(strlen(p_device_info->client_executable_url) + 1), in SDP_SetLocalDiRecord()1131 (UINT8 *)p_device_info->client_executable_url)) ) { in SDP_SetLocalDiRecord()
156 char client_executable_url[SDP_MAX_ATTR_LEN]; /* optional */ member