Lines Matching defs:seq
100 const char *extracontent, uint16_t seq)
115 av_strlcatf(message, sizeof(message), "CSeq: %d\r\n", seq);
138 rtsp_send_reply(s, RTSP_STATUS_SESSION, NULL, request->seq);
160 if (request->seq != rt->seq + 1) {
162 request->seq);
184 rt->seq++;
188 rtsp_send_reply(s, RTSP_STATUS_SERVICE, NULL, request.seq);
201 rtsp_send_reply(s, RTSP_STATUS_INTERNAL, NULL, request.seq);
211 rtsp_send_reply(s, RTSP_STATUS_OK, NULL, request.seq);
217 "Content-Length exceeds buffer size", request.seq);
231 rt->seq++;
235 request.seq);
254 rt->seq++;
300 rtsp_send_reply(s, RTSP_STATUS_TRANSPORT, NULL, request.seq);
323 rtsp_send_reply(s, RTSP_STATUS_TRANSPORT, NULL, request.seq);
330 rtsp_send_reply(s, RTSP_STATUS_TRANSPORT, NULL, request.seq);
352 rtsp_send_reply(s, RTSP_STATUS_OK, responseheaders, request.seq);
371 rt->seq++;
374 rtsp_send_reply(s, RTSP_STATUS_OK, responseheaders, request.seq);
508 rt->seq++;
511 ret = rtsp_send_reply(s, RTSP_STATUS_OK, NULL , request.seq);
516 "RECORD\r\n", request.seq);
519 ret = rtsp_send_reply(s, RTSP_STATUS_OK, NULL , request.seq);