Searched refs:HTTP_AUTH_NONE (Results 1 – 3 of 3) sorted by relevance
/third_party/ffmpeg/libavformat/ |
D | httpauth.h | 29 HTTP_AUTH_NONE = 0, /**< No authentication specified */ enumerator
|
D | http.c | 156 …e", OFFSET(auth_state.auth_type), AV_OPT_TYPE_INT, { .i64 = HTTP_AUTH_NONE }, HTTP_AUTH_NONE, HTTP… 157 …{ "none", "No auth method set, autodetect", 0, AV_OPT_TYPE_CONST, { .i64 = HTTP_AUTH_NONE }, 0, 0,… 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() 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() 727 (http_code != 401 || s->auth_state.auth_type != HTTP_AUTH_NONE) && in check_http_code() 728 (http_code != 407 || s->proxy_auth_state.auth_type != HTTP_AUTH_NONE)) { in check_http_code() 1321 s->auth_state.auth_type == HTTP_AUTH_NONE && in http_connect() 1975 (cur_auth_type == HTTP_AUTH_NONE || s->proxy_auth_state.stale) && in http_proxy_open() [all …]
|
D | rtsp.c | 1430 (cur_auth_type == HTTP_AUTH_NONE || rt->auth_state.stale) && in ff_rtsp_send_cmd_with_content() 1431 rt->auth_state.auth_type != HTTP_AUTH_NONE && attempts < 2) in ff_rtsp_send_cmd_with_content()
|