Lines Matching defs:auth_state
78 HTTPAuthState auth_state;
163 { "auth_type", "HTTP authentication type", OFFSET(auth_state.auth_type), AV_OPT_TYPE_INT, { .i64 = HTTP_AUTH_NONE }, HTTP_AUTH_NONE, HTTP_AUTH_BASIC, D | E, "auth_type"},
192 memcpy(&((HTTPContext *)dest->priv_data)->auth_state,
193 &((HTTPContext *)src->priv_data)->auth_state,
376 cur_auth_type = s->auth_state.auth_type;
377 cur_proxy_auth_type = s->auth_state.auth_type;
401 if ((cur_auth_type == HTTP_AUTH_NONE || s->auth_state.stale) &&
402 s->auth_state.auth_type != HTTP_AUTH_NONE && attempts < 4) {
438 memset(&s->auth_state, 0, sizeof(s->auth_state));
805 (http_code != 401 || s->auth_state.auth_type != HTTP_AUTH_NONE) &&
1192 ff_http_auth_handle_header(&s->auth_state, tag, p);
1194 ff_http_auth_handle_header(&s->auth_state, tag, p);
1428 authstr = ff_http_auth_create_response(&s->auth_state, auth,
1443 s->auth_state.auth_type == HTTP_AUTH_NONE &&