VLC 4.0.0-dev
|
#include <resource.h>
Data Fields | |
const struct vlc_http_resource_cbs * | cbs |
struct vlc_http_msg * | response |
struct vlc_http_mgr * | manager |
bool | secure |
bool | negotiate |
bool | failure |
char * | host |
unsigned | port |
char * | authority |
char * | path |
char * | username |
char * | password |
char * | agent |
char * | referrer |
char* vlc_http_resource::agent |
Referenced by vlc_http_res_deinit(), and vlc_http_res_req().
char* vlc_http_resource::authority |
Referenced by vlc_http_res_deinit(), and vlc_http_res_req().
const struct vlc_http_resource_cbs* vlc_http_resource::cbs |
Referenced by vlc_http_res_open(), and vlc_http_res_req().
bool vlc_http_resource::failure |
Referenced by vlc_http_res_get_status().
char* vlc_http_resource::host |
Referenced by vlc_http_res_deinit(), and vlc_http_res_open().
struct vlc_http_mgr* vlc_http_resource::manager |
Referenced by vlc_http_res_open(), and vlc_http_res_req().
bool vlc_http_resource::negotiate |
Referenced by vlc_http_res_open(), and vlc_http_res_req().
char* vlc_http_resource::password |
Referenced by vlc_http_res_deinit(), vlc_http_res_req(), and vlc_http_res_set_login().
char* vlc_http_resource::path |
Referenced by vlc_http_res_deinit(), vlc_http_res_open(), and vlc_http_res_req().
unsigned vlc_http_resource::port |
Referenced by vlc_http_res_open().
char* vlc_http_resource::referrer |
Referenced by vlc_http_res_deinit(), and vlc_http_res_req().
struct vlc_http_msg* vlc_http_resource::response |
Referenced by vlc_http_file_can_seek(), vlc_http_file_get_size(), vlc_http_file_read(), vlc_http_file_req(), vlc_http_file_seek(), vlc_http_live_read(), vlc_http_res_deinit(), vlc_http_res_get_basic_realm(), vlc_http_res_get_status(), vlc_http_res_get_type(), vlc_http_res_read(), and vlc_http_res_set_login().
bool vlc_http_resource::secure |
Referenced by vlc_http_res_open(), and vlc_http_res_req().
char* vlc_http_resource::username |
Referenced by vlc_http_res_deinit(), vlc_http_res_req(), and vlc_http_res_set_login().