Lines Matching refs:auth
1367 if (rt->auth[0]) {
1369 rt->auth, url, method);
1607 char proto[128], host[128], path[512], auth[128];
1609 av_url_split(proto, sizeof(proto), auth, sizeof(auth), host, sizeof(host),
1722 char tcpname[1024], cmd[MAX_URL_SIZE], auth[128];
1759 av_url_split(proto, sizeof(proto), auth, sizeof(auth),
1771 if (*auth) {
1772 av_strlcpy(rt->auth, auth, sizeof(rt->auth));
1809 ff_url_join(httpname, sizeof(httpname), https_tunnel ? "https" : "http", auth, host, port, "%s", path);
1875 * Therefore, we copy the full auth state, which works for both basic