Lines Matching defs:port
454 int port;
457 av_url_split(NULL, 0, auth, sizeof(auth), host, sizeof(host), &port,
654 int port;
667 /* extract hostname and port */
669 &port, path, sizeof(path), s->url);
673 port, "%s", path);
680 if (port < 0)
681 port = default_port;
684 ff_url_join(tcpname, sizeof(tcpname), lower_proto, NULL, host, port,
837 int port;
839 av_url_split(NULL, 0, NULL, 0, host, sizeof(host), &port, NULL, 0,
842 return ff_rtsp_make_setup_request(s, host, port, RTSP_LOWER_TRANSPORT_TCP,