Searched refs:HTTP_AUTH_NONE (Results 1 - 3 of 3) sorted by relevance
/third_party/ffmpeg/libavformat/ |
H A D | httpauth.h | 29 HTTP_AUTH_NONE = 0, /**< No authentication specified */ enumerator
|
H A D | http.c | 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) && in http_open_cnx() 402 s->auth_state.auth_type != HTTP_AUTH_NONE && attempts < 4) { in http_open_cnx() 409 if ((cur_proxy_auth_type == HTTP_AUTH_NONE || s->proxy_auth_state.stale) && in http_open_cnx() 410 s->proxy_auth_state.auth_type != HTTP_AUTH_NONE && attempts < 4) { in http_open_cnx() 805 (http_code != 401 || s->auth_state.auth_type != HTTP_AUTH_NONE) && in check_http_code() 806 (http_code != 407 || s->proxy_auth_state.auth_type != HTTP_AUTH_NONE)) { in check_http_code() 1443 s->auth_state.auth_type == HTTP_AUTH_NONE in http_connect() [all...] |
H A D | rtsp.c | 1437 (cur_auth_type == HTTP_AUTH_NONE || rt->auth_state.stale) && in ff_rtsp_send_cmd_with_content() 1438 rt->auth_state.auth_type != HTTP_AUTH_NONE && attempts < 2) in ff_rtsp_send_cmd_with_content()
|
Completed in 7 milliseconds