|
VLC
4.0.0-dev
|

Data Structures | |
| struct | vlc_http_file |
Functions | |
| static int | vlc_http_file_req (const struct vlc_http_resource *res, struct vlc_http_msg *req, void *opaque) |
| static int | vlc_http_file_resp (const struct vlc_http_resource *res, const struct vlc_http_msg *resp, void *opaque) |
| struct vlc_http_resource * | vlc_http_file_create (struct vlc_http_mgr *mgr, const char *uri, const char *ua, const char *ref) |
| Creates an HTTP file. More... | |
| static uintmax_t | vlc_http_msg_get_file_size (const struct vlc_http_msg *resp) |
| static bool | vlc_http_msg_can_seek (const struct vlc_http_msg *resp) |
| uintmax_t | vlc_http_file_get_size (struct vlc_http_resource *res) |
| Gets file size. More... | |
| bool | vlc_http_file_can_seek (struct vlc_http_resource *res) |
| Checks seeking support. More... | |
| int | vlc_http_file_seek (struct vlc_http_resource *res, uintmax_t offset) |
| Sets the read offset. More... | |
| block_t * | vlc_http_file_read (struct vlc_http_resource *res) |
| Reads data. More... | |
Variables | |
| static const struct vlc_http_resource_cbs | vlc_http_file_callbacks |
|
static |
|
static |
References vlc_http_file::offset, vlc_http_msg_get_header(), and vlc_http_msg_get_status().
|
static |
References vlc_http_msg_get_status(), and vlc_http_msg_get_token().
Referenced by vlc_http_file_can_seek(), and vlc_http_file_read().
|
static |
References unlikely, vlc_assert_unreachable, vlc_http_msg_get_header(), and vlc_http_msg_get_status().
Referenced by vlc_http_file_get_size(), and vlc_http_file_read().
|
static |
1.8.13