Lines Matching refs:auth_state
73 HTTPAuthState auth_state; member
156 …{ "auth_type", "HTTP authentication type", OFFSET(auth_state.auth_type), AV_OPT_TYPE_INT, { .i64 =…
184 memcpy(&((HTTPContext *)dest->priv_data)->auth_state, in ff_http_init_auth_state()
185 &((HTTPContext *)src->priv_data)->auth_state, in ff_http_init_auth_state()
313 cur_auth_type = s->auth_state.auth_type; in http_open_cnx()
314 cur_proxy_auth_type = s->auth_state.auth_type; in http_open_cnx()
338 if ((cur_auth_type == HTTP_AUTH_NONE || s->auth_state.stale) && in http_open_cnx()
339 s->auth_state.auth_type != HTTP_AUTH_NONE && attempts < 4) { in http_open_cnx()
362 memset(&s->auth_state, 0, sizeof(s->auth_state)); in http_open_cnx()
727 (http_code != 401 || s->auth_state.auth_type != HTTP_AUTH_NONE) && in check_http_code()
1081 ff_http_auth_handle_header(&s->auth_state, tag, p); in process_line()
1083 ff_http_auth_handle_header(&s->auth_state, tag, p); in process_line()
1306 authstr = ff_http_auth_create_response(&s->auth_state, auth, in http_connect()
1321 s->auth_state.auth_type == HTTP_AUTH_NONE && in http_connect()