Lines Matching refs:rtsp
37 #include "rtsp.h"
131 struct RTSP *rtsp;
134 data->req.p.rtsp = rtsp = calloc(1, sizeof(struct RTSP));
135 if(!rtsp)
193 struct RTSP *rtsp = data->req.p.rtsp;
202 if(rtsp && !status && !httpStatus) {
204 long CSeq_sent = rtsp->CSeq_sent;
205 long CSeq_recv = rtsp->CSeq_recv;
226 struct RTSP *rtsp = data->req.p.rtsp;
245 rtsp->CSeq_sent = data->state.rtsp_next_client_CSeq;
246 rtsp->CSeq_recv = 0;
441 p_request, p_stream_uri, rtsp->CSeq_sent);
917 struct RTSP *rtsp = data->req.p.rtsp;
918 rtsp->CSeq_recv = CSeq; /* mark the request */