|
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.
|
|
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.
|
|
bool | vlc_http_file_can_seek (struct vlc_http_resource *res) |
| Checks seeking support.
|
|
int | vlc_http_file_seek (struct vlc_http_resource *res, uintmax_t offset) |
| Sets the read offset.
|
|
block_t * | vlc_http_file_read (struct vlc_http_resource *res) |
| Reads data.
|
|