Home
last modified time | relevance | path

Searched refs:control_url (Results 1 - 9 of 9) sorted by relevance

/third_party/ffmpeg/libavformat/
H A Drtspenc.c102 av_strlcpy(rtsp_st->control_url, rt->control_uri, sizeof(rtsp_st->control_url)); in ff_rtsp_setup_output_streams()
104 av_strlcatf(rtsp_st->control_url, sizeof(rtsp_st->control_url), in ff_rtsp_setup_output_streams()
H A Drtsp.c263 av_strlcpy(rtsp_st->control_url, in init_satip_stream()
264 rt->control_uri, sizeof(rtsp_st->control_url)); in init_satip_stream()
566 av_strlcpy(rtsp_st->control_url, rt->control_uri, in sdp_parse_line()
567 sizeof(rtsp_st->control_url)); in sdp_parse_line()
585 if (rtsp_st->control_url[strlen(rtsp_st->control_url)-1]!='/') in sdp_parse_line()
586 av_strlcat(rtsp_st->control_url, "/", in sdp_parse_line()
587 sizeof(rtsp_st->control_url)); in sdp_parse_line()
588 av_strlcat(rtsp_st->control_url, p, in sdp_parse_line()
589 sizeof(rtsp_st->control_url)); in sdp_parse_line()
[all...]
H A Drtsp.h454 char control_url[MAX_URL_SIZE]; /**< url for this stream (from SDP) */ member
H A Drtspdec.c275 if (!strcmp(rt->rtsp_streams[streamid]->control_url, in rtsp_read_setup()
/third_party/skia/tools/
H A Dcompare_codereview.py316 def main(control_url, roll_url, verbosity=1):
320 control_url, roll_url: (strings) URL of the format
326 control = CodeReviewHTMLParser.parse(control_url)
335 control_name = '[control %s]' % control_url.split('/')[-1]
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/wps/
H A Dwps_er.c172 os_free(ap->control_url); in wps_er_ap_free()
599 ap->control_url = http_link_update( in wps_er_parse_device_description()
601 wpa_printf(MSG_DEBUG, "WPS ER: controlURL='%s'", ap->control_url); in wps_er_parse_device_description()
976 if (sta->ap->control_url == NULL) { in wps_er_sta_send_msg()
982 url = http_client_url_parse(sta->ap->control_url, &dst, &path); in wps_er_sta_send_msg()
1427 if (ap->control_url == NULL) { in wps_er_send_set_sel_reg()
1444 url = http_client_url_parse(ap->control_url, &dst, &path); in wps_er_send_set_sel_reg()
1707 if (ap->control_url == NULL) { in wps_er_ap_put_message()
1712 url = http_client_url_parse(ap->control_url, &dst, &path); in wps_er_ap_put_message()
1879 if (ap->control_url in wps_er_send_get_device_info()
[all...]
H A Dwps_er.h58 char *control_url; member
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/wps/
H A Dwps_er.c172 os_free(ap->control_url); in wps_er_ap_free()
599 ap->control_url = http_link_update( in wps_er_parse_device_description()
601 wpa_printf(MSG_DEBUG, "WPS ER: controlURL='%s'", ap->control_url); in wps_er_parse_device_description()
976 if (sta->ap->control_url == NULL) { in wps_er_sta_send_msg()
982 url = http_client_url_parse(sta->ap->control_url, &dst, &path); in wps_er_sta_send_msg()
1427 if (ap->control_url == NULL) { in wps_er_send_set_sel_reg()
1444 url = http_client_url_parse(ap->control_url, &dst, &path); in wps_er_send_set_sel_reg()
1707 if (ap->control_url == NULL) { in wps_er_ap_put_message()
1712 url = http_client_url_parse(ap->control_url, &dst, &path); in wps_er_ap_put_message()
1879 if (ap->control_url in wps_er_send_get_device_info()
[all...]
H A Dwps_er.h58 char *control_url; member

Completed in 11 milliseconds