Lines Matching refs:uri
424 * @param uri of the remote server
427 int ff_udp_set_remote_url(URLContext *h, const char *uri)
434 av_url_split(NULL, 0, NULL, 0, hostname, sizeof(hostname), &port, NULL, 0, uri);
442 p = strchr(uri, '?');
645 static int udp_open(URLContext *h, const char *uri, int flags)
673 p = strchr(uri, '?');
763 av_url_split(NULL, 0, NULL, 0, hostname, sizeof(hostname), &port, NULL, 0, uri);
773 if ((ret = ff_udp_set_remote_url(h, uri)) < 0)
974 static int udplite_open(URLContext *h, const char *uri, int flags)
981 return udp_open(h, uri, flags);