VLC
3.0.15
|
HTTP connections. More...
Modules | |
HTTP/1.x | |
HTTP/2.0 | |
Data Structures | |
struct | vlc_http_conn_cbs |
struct | vlc_http_conn |
Functions | |
static struct vlc_http_stream * | vlc_http_stream_open (struct vlc_http_conn *conn, const struct vlc_http_msg *m) |
static void | vlc_http_conn_release (struct vlc_http_conn *conn) |
void | vlc_http_err (void *, const char *msg,...) VLC_FORMAT(2 |
void void | vlc_http_dbg (void *, const char *msg,...) VLC_FORMAT(2 |
HTTP connections.
|
inlinestatic |
References vlc_http_conn::cbs, and vlc_http_conn_cbs::release.
Referenced by vlc_h1_request(), vlc_http_mgr_release(), vlc_http_request(), and vlc_https_connect_proxy().
void void vlc_http_dbg | ( | void * | , |
const char * | msg, | ||
... | |||
) |
void vlc_http_err | ( | void * | , |
const char * | msg, | ||
... | |||
) |
Referenced by vlc_h1_request(), vlc_h2_error(), vlc_h2_reset(), vlc_h2_stream_error(), and vlc_h2_stream_reset().
|
inlinestatic |
References vlc_http_conn::cbs, and vlc_http_conn_cbs::stream_open.
Referenced by vlc_h1_request(), vlc_http_mgr_reuse(), and vlc_http_tunnel_open().