Home
last modified time | relevance | path

Searched refs:proxy_auth_state (Results 1 – 1 of 1) sorted by relevance

/third_party/ffmpeg/libavformat/
Dhttp.c74 HTTPAuthState proxy_auth_state; member
187 memcpy(&((HTTPContext *)dest->priv_data)->proxy_auth_state, in ff_http_init_auth_state()
188 &((HTTPContext *)src->priv_data)->proxy_auth_state, in ff_http_init_auth_state()
346 if ((cur_proxy_auth_type == HTTP_AUTH_NONE || s->proxy_auth_state.stale) && in http_open_cnx()
347 s->proxy_auth_state.auth_type != HTTP_AUTH_NONE && attempts < 4) { in http_open_cnx()
728 (http_code != 407 || s->proxy_auth_state.auth_type != HTTP_AUTH_NONE)) { in check_http_code()
1085 ff_http_auth_handle_header(&s->proxy_auth_state, tag, p); in process_line()
1308 proxyauthstr = ff_http_auth_create_response(&s->proxy_auth_state, proxyauth, in http_connect()
1938 authstr = ff_http_auth_create_response(&s->proxy_auth_state, auth, in http_proxy_open()
1958 cur_auth_type = s->proxy_auth_state.auth_type; in http_proxy_open()
[all …]