Lines Matching defs:cmd
1459 char cmd[MAX_URL_SIZE];
1582 snprintf(cmd, sizeof(cmd),
1586 av_strlcat(cmd, "x-Dynamic-Rate: 0\r\n", sizeof(cmd));
1591 av_strlcatf(cmd, sizeof(cmd),
1596 ff_rtsp_send_cmd(s, "SETUP", rtsp_st->control_url, cmd, reply, NULL);
1722 char tcpname[1024], cmd[MAX_URL_SIZE], auth[128];
1919 cmd[0] = 0;
1921 av_strlcat(cmd,
1935 sizeof(cmd));
1936 ff_rtsp_send_cmd(s, "OPTIONS", rt->control_uri, cmd, reply, NULL);