Searched refs:RTSP_STATUS_OK (Results 1 - 10 of 10) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavformat/
H A Drtspcodes.h27 RTSP_STATUS_OK =200, /**< OK */ enumerator in enum:RTSPStatusCode
H A Drtspdec.c69 if (reply->status_code != RTSP_STATUS_OK) {
101 if (reply->status_code != RTSP_STATUS_OK) {
131 if (reply->status_code != RTSP_STATUS_OK) {
266 if (reply->status_code != RTSP_STATUS_OK)
301 if (reply->status_code != RTSP_STATUS_OK)
H A Drtspenc.c85 if (reply->status_code != RTSP_STATUS_OK)
117 if (reply->status_code != RTSP_STATUS_OK)
H A Drtsp.c1237 } else if (reply->status_code != RTSP_STATUS_OK ||
1562 if (reply->status_code != RTSP_STATUS_OK) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavformat/
H A Drtspcodes.h32 RTSP_STATUS_OK =200, enumerator in enum:RTSPStatusCode
79 [RTSP_STATUS_OK] ="OK",
H A Drtspdec.c41 { RTSP_STATUS_OK, "OK" },
201 rtsp_send_reply(s, RTSP_STATUS_OK, NULL, request.seq);
223 rtsp_send_reply(s, RTSP_STATUS_OK,
327 rtsp_send_reply(s, RTSP_STATUS_OK, responseheaders, request.seq);
349 rtsp_send_reply(s, RTSP_STATUS_OK, responseheaders, request.seq);
483 ret = rtsp_send_reply(s, RTSP_STATUS_OK, NULL , request.seq);
486 ret = rtsp_send_reply(s, RTSP_STATUS_OK,
491 ret = rtsp_send_reply(s, RTSP_STATUS_OK, NULL , request.seq);
532 if (reply->status_code != RTSP_STATUS_OK) {
564 if (reply->status_code != RTSP_STATUS_OK) {
[all...]
H A Drtspenc.c86 if (reply->status_code != RTSP_STATUS_OK)
118 if (reply->status_code != RTSP_STATUS_OK)
H A Drtsp.c1477 } else if (reply->status_code != RTSP_STATUS_OK ||
1766 if (reply->status_code != RTSP_STATUS_OK) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/
H A Davserver.c2761 case RTSP_STATUS_OK:
2952 // rtsp_reply_header(c, RTSP_STATUS_OK);
2953 avio_printf(c->pb, "RTSP/1.0 %d %s\r\n", RTSP_STATUS_OK, "OK");
2996 rtsp_reply_header(c, RTSP_STATUS_OK);
3144 rtsp_reply_header(c, RTSP_STATUS_OK);
3229 rtsp_reply_header(c, RTSP_STATUS_OK);
3254 rtsp_reply_header(c, RTSP_STATUS_OK);
3271 rtsp_reply_header(c, RTSP_STATUS_OK);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/
H A Dffserver.c3023 // rtsp_reply_header(c, RTSP_STATUS_OK);
3024 avio_printf(c->pb, "RTSP/1.0 %d %s\r\n", RTSP_STATUS_OK, "OK");
3068 rtsp_reply_header(c, RTSP_STATUS_OK);
3219 rtsp_reply_header(c, RTSP_STATUS_OK);
3304 rtsp_reply_header(c, RTSP_STATUS_OK);
3331 rtsp_reply_header(c, RTSP_STATUS_OK);

Completed in 220 milliseconds