Lines Matching refs:HTTP_AUTH_NONE
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"},
164 { "none", "No auth method set, autodetect", 0, AV_OPT_TYPE_CONST, { .i64 = HTTP_AUTH_NONE }, 0, 0, D | E, "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) {
409 if ((cur_proxy_auth_type == HTTP_AUTH_NONE || s->proxy_auth_state.stale) &&
410 s->proxy_auth_state.auth_type != HTTP_AUTH_NONE && attempts < 4) {
805 (http_code != 401 || s->auth_state.auth_type != HTTP_AUTH_NONE) &&
806 (http_code != 407 || s->proxy_auth_state.auth_type != HTTP_AUTH_NONE)) {
1443 s->auth_state.auth_type == HTTP_AUTH_NONE &&
2112 (cur_auth_type == HTTP_AUTH_NONE || s->proxy_auth_state.stale) &&
2113 s->proxy_auth_state.auth_type != HTTP_AUTH_NONE && attempts < 2) {