Searched refs:proxyauthstr (Results 1 – 1 of 1) sorted by relevance
1224 char *authstr = NULL, *proxyauthstr = NULL; in http_connect() local1248 proxyauthstr = ff_http_auth_create_response(&s->proxy_auth_state, proxyauth, in http_connect()1327 if (proxyauthstr) in http_connect()1328 av_bprintf(&request, "Proxy-%s", proxyauthstr); in http_connect()1379 av_freep(&proxyauthstr); in http_connect()