|
VLC
2.1.0-git
|
This file defines functions, structures, enums and macros shared between HTTP clients. More...

Go to the source code of this file.
Data Structures | |
| struct | http_auth_t |
Typedefs | |
| typedef struct http_auth_t | http_auth_t |
Functions | |
| void | http_auth_Init (http_auth_t *) |
| void | http_auth_Reset (http_auth_t *) |
| void | http_auth_ParseWwwAuthenticateHeader (vlc_object_t *, http_auth_t *, const char *) |
| int | http_auth_ParseAuthenticationInfoHeader (vlc_object_t *, http_auth_t *, const char *, const char *, const char *, const char *, const char *) |
| char * | http_auth_FormatAuthorizationHeader (vlc_object_t *, http_auth_t *, const char *, const char *, const char *, const char *) |
This file defines functions, structures, enums and macros shared between HTTP clients.
| typedef struct http_auth_t http_auth_t |
| char* http_auth_FormatAuthorizationHeader | ( | vlc_object_t * | , |
| http_auth_t * | , | ||
| const char * | , | ||
| const char * | , | ||
| const char * | , | ||
| const char * | |||
| ) |
| void http_auth_Init | ( | http_auth_t * | ) |
| int http_auth_ParseAuthenticationInfoHeader | ( | vlc_object_t * | , |
| http_auth_t * | , | ||
| const char * | , | ||
| const char * | , | ||
| const char * | , | ||
| const char * | , | ||
| const char * | |||
| ) |
< No error
< Unspecified error
< Unspecified error
< Unspecified error
References AuthDigest(), AuthGetParam(), AuthGetParamNoQuotes(), http_auth_t::i_nonce, msg_Err, msg_Warn, http_auth_t::psz_cnonce, http_auth_t::psz_nonce, http_auth_t::psz_qop, VLC_EGENERIC, and VLC_SUCCESS.
| void http_auth_ParseWwwAuthenticateHeader | ( | vlc_object_t * | , |
| http_auth_t * | , | ||
| const char * | |||
| ) |
| void http_auth_Reset | ( | http_auth_t * | ) |
1.8.1.2