Searched refs:HTTPAuthState (Results 1 – 4 of 4) sorted by relevance
/third_party/ffmpeg/libavformat/ |
D | httpauth.h | 55 typedef struct HTTPAuthState { struct 72 } HTTPAuthState; typedef 74 void ff_http_auth_handle_header(HTTPAuthState *state, const char *key, 76 char *ff_http_auth_create_response(HTTPAuthState *state, const char *auth,
|
D | httpauth.c | 31 static void handle_basic_params(HTTPAuthState *state, const char *key, in handle_basic_params() 40 static void handle_digest_params(HTTPAuthState *state, const char *key, in handle_digest_params() 66 static void handle_digest_update(HTTPAuthState *state, const char *key, in handle_digest_update() 90 void ff_http_auth_handle_header(HTTPAuthState *state, const char *key, in ff_http_auth_handle_header() 137 static char *make_digest_auth(HTTPAuthState *state, const char *username, in make_digest_auth() 245 char *ff_http_auth_create_response(HTTPAuthState *state, const char *auth, in ff_http_auth_create_response()
|
D | rtsp.h | 285 HTTPAuthState auth_state;
|
D | http.c | 73 HTTPAuthState auth_state; 74 HTTPAuthState proxy_auth_state; 186 sizeof(HTTPAuthState)); in ff_http_init_auth_state() 189 sizeof(HTTPAuthState)); in ff_http_init_auth_state()
|