Searched refs:HTTPAuthState (Results 1 - 8 of 8) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavformat/
H A Dhttpauth.h55 typedef struct HTTPAuthState { struct
72 } HTTPAuthState; typedef in typeref:struct:HTTPAuthState
74 void ff_http_auth_handle_header(HTTPAuthState *state, const char *key,
76 char *ff_http_auth_create_response(HTTPAuthState *state, const char *auth,
H A Dhttpauth.c31 static void handle_basic_params(HTTPAuthState *state, const char *key,
40 static void handle_digest_params(HTTPAuthState *state, const char *key,
66 static void handle_digest_update(HTTPAuthState *state, const char *key,
90 void ff_http_auth_handle_header(HTTPAuthState *state, const char *key,
137 static char *make_digest_auth(HTTPAuthState *state, const char *username,
245 char *ff_http_auth_create_response(HTTPAuthState *state, const char *auth,
H A Drtsp.h275 HTTPAuthState auth_state;
H A Dhttp.c56 HTTPAuthState auth_state;
57 HTTPAuthState proxy_auth_state;
139 &((HTTPContext*)src->priv_data)->auth_state, sizeof(HTTPAuthState));
142 sizeof(HTTPAuthState));
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavformat/
H A Dhttpauth.h65 } HTTPAuthState; typedef in typeref:struct:__anon2157
67 void ff_http_auth_handle_header(HTTPAuthState *state, const char *key,
69 char *ff_http_auth_create_response(HTTPAuthState *state, const char *auth,
H A Dhttpauth.c31 static void handle_basic_params(HTTPAuthState *state, const char *key,
40 static void handle_digest_params(HTTPAuthState *state, const char *key,
63 static void handle_digest_update(HTTPAuthState *state, const char *key,
87 void ff_http_auth_handle_header(HTTPAuthState *state, const char *key,
130 static char *make_digest_auth(HTTPAuthState *state, const char *username,
235 char *ff_http_auth_create_response(HTTPAuthState *state, const char *auth,
H A Dhttp.c49 HTTPAuthState auth_state;
50 HTTPAuthState proxy_auth_state;
82 &((HTTPContext*)src->priv_data)->auth_state, sizeof(HTTPAuthState));
85 sizeof(HTTPAuthState));
H A Drtsp.h262 HTTPAuthState auth_state;

Completed in 100 milliseconds