Lines Matching refs:reply
49 RTSPMessageHeader reply1, *reply = &reply1;
86 reply, NULL, sdp, strlen(sdp));
88 if (reply->status_code != RTSP_STATUS_OK)
89 return ff_rtsp_averror(reply->status_code, AVERROR_INVALIDDATA);
114 RTSPMessageHeader reply1, *reply = &reply1;
119 ff_rtsp_send_cmd(s, "RECORD", rt->control_uri, cmd, reply, NULL);
120 if (reply->status_code != RTSP_STATUS_OK)
121 return ff_rtsp_averror(reply->status_code, -1);
195 RTSPMessageHeader reply;
198 * since it would block and wait for an RTSP reply on the socket
201 ret = ff_rtsp_read_reply(s, &reply, NULL, 1, NULL);