Searched refs:HTTP_AUTH_BASIC (Results 1 - 3 of 3) sorted by relevance
/third_party/ffmpeg/libavformat/ |
H A D | httpauth.c | 96 state->auth_type <= HTTP_AUTH_BASIC) { in ff_http_auth_handle_header() 97 state->auth_type = HTTP_AUTH_BASIC; in ff_http_auth_handle_header() 251 if (state->auth_type == HTTP_AUTH_BASIC) { in ff_http_auth_create_response()
|
H A D | httpauth.h | 30 HTTP_AUTH_BASIC, /**< HTTP 1.0 Basic auth from RFC 1945 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"}, 165 { "basic", "HTTP basic authentication", 0, AV_OPT_TYPE_CONST, { .i64 = HTTP_AUTH_BASIC }, 0, 0, D | E, "auth_type"},
|
Completed in 5 milliseconds