Lines Matching refs:av_strlcpy
266 av_strlcpy(rtsp_st->control_url, in init_satip_stream()
569 av_strlcpy(rtsp_st->control_url, rt->control_uri, in sdp_parse_line()
576 av_strlcpy(rt->control_uri, p, in sdp_parse_line()
594 av_strlcpy(rtsp_st->control_url, p, in sdp_parse_line()
619 av_strlcpy(s1->delayed_fmtp, buf, sizeof(s1->delayed_fmtp)); in sdp_parse_line()
1009 av_strlcpy(th->source, buf, sizeof(th->source)); in rtsp_parse_transport()
1072 av_strlcpy(url, value, sizeof(url)); in rtsp_parse_rtp_info()
1115 av_strlcpy(reply->real_challenge, p, sizeof(reply->real_challenge)); in ff_rtsp_parse_line()
1118 av_strlcpy(reply->server, p, sizeof(reply->server)); in ff_rtsp_parse_line()
1124 av_strlcpy(reply->location, p , sizeof(reply->location)); in ff_rtsp_parse_line()
1134 av_strlcpy(rt->control_uri, p , sizeof(rt->control_uri)); in ff_rtsp_parse_line()
1148 av_strlcpy(reply->content_type, p, sizeof(reply->content_type)); in ff_rtsp_parse_line()
1151 av_strlcpy(reply->stream_id, p, sizeof(reply->stream_id)); in ff_rtsp_parse_line()
1233 av_strlcpy(reply->reason, p, sizeof(reply->reason)); in ff_rtsp_read_reply()
1235 av_strlcpy(reply->reason, buf1, sizeof(reply->reason)); // method in ff_rtsp_read_reply()
1248 av_strlcpy(rt->session_id, reply->session_id, sizeof(rt->session_id)); in ff_rtsp_read_reply()
1531 av_strlcpy(transport, trans_pref, sizeof(transport)); in ff_rtsp_make_setup_request()
1637 av_strlcpy(options, "?connect=1", sizeof(options)); in ff_rtsp_make_setup_request()
1758 av_strlcpy(proto, "rtsp", sizeof(proto)); in ff_rtsp_connect()
1763 av_strlcpy(rt->auth, auth, sizeof(rt->auth)); in ff_rtsp_connect()
1980 av_strlcpy(rt->real_challenge, real_challenge, sizeof(rt->real_challenge)); in ff_rtsp_connect()