Lines Matching defs:cmd
529 char cmd[MAX_URL_SIZE];
563 cmd[0] = 0;
565 snprintf(cmd, sizeof(cmd),
570 ff_rtsp_send_cmd(s, "PLAY", rt->control_uri, cmd, reply, NULL);
615 char cmd[MAX_URL_SIZE];
620 snprintf(cmd, sizeof(cmd),
627 av_strlcat(cmd,
629 sizeof(cmd));
631 ff_rtsp_send_cmd(s, "DESCRIBE", rt->control_uri, cmd, reply, &content);
851 char cmd[MAX_URL_SIZE];
863 snprintf(cmd, sizeof(cmd),
867 cmd, reply, NULL);
881 snprintf(cmd, sizeof(cmd),
900 av_strlcatf(cmd, sizeof(cmd), "%s\r\n", rt->last_subscription);
902 cmd, reply, NULL);