Searched refs:proxyauthstr (Results 1 – 1 of 1) sorted by relevance
1284 char *authstr = NULL, *proxyauthstr = NULL; in http_connect() local1308 proxyauthstr = ff_http_auth_create_response(&s->proxy_auth_state, proxyauth, in http_connect()1381 if (proxyauthstr) in http_connect()1382 av_bprintf(&request, "Proxy-%s", proxyauthstr); in http_connect()1433 av_freep(&proxyauthstr); in http_connect()