Searched refs:ff_http_auth_handle_header (Results 1 – 4 of 4) sorted by relevance
/third_party/ffmpeg/libavformat/ |
D | httpauth.h | 74 void ff_http_auth_handle_header(HTTPAuthState *state, const char *key,
|
D | httpauth.c | 90 void ff_http_auth_handle_header(HTTPAuthState *state, const char *key, in ff_http_auth_handle_header() function
|
D | http.c | 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() 1085 ff_http_auth_handle_header(&s->proxy_auth_state, tag, p); in process_line()
|
D | rtsp.c | 1127 ff_http_auth_handle_header(&rt->auth_state, "WWW-Authenticate", p); in ff_rtsp_parse_line() 1130 ff_http_auth_handle_header(&rt->auth_state, "Authentication-Info", p); in ff_rtsp_parse_line()
|