VLC
3.0.15
|
Transport layer socket. More...
Data Fields | |
int(* | get_fd )(struct vlc_tls *) |
ssize_t(* | readv )(struct vlc_tls *, struct iovec *, unsigned) |
ssize_t(* | writev )(struct vlc_tls *, const struct iovec *, unsigned) |
int(* | shutdown )(struct vlc_tls *, bool duplex) |
void(* | close )(struct vlc_tls *) |
struct vlc_tls * | p |
Transport layer socket.
void(* vlc_tls::close) (struct vlc_tls *) |
Referenced by vlc_https_connect_proxy(), vlc_tls_SessionDelete(), and vlc_tls_SocketAlloc().
int(* vlc_tls::get_fd) (struct vlc_tls *) |
Referenced by vlc_https_connect_proxy(), vlc_tls_GetFD(), and vlc_tls_SocketAlloc().
struct vlc_tls* vlc_tls::p |
Referenced by vlc_https_connect_proxy(), vlc_tls_Close(), vlc_tls_SessionCreate(), and vlc_tls_SocketAlloc().
ssize_t(* vlc_tls::readv) (struct vlc_tls *, struct iovec *, unsigned) |
Referenced by vlc_https_connect_proxy(), vlc_https_recv(), vlc_tls_ProxyRead(), vlc_tls_Read(), and vlc_tls_SocketAlloc().
int(* vlc_tls::shutdown) (struct vlc_tls *, bool duplex) |
Referenced by vlc_https_connect_proxy(), vlc_tls_Shutdown(), and vlc_tls_SocketAlloc().
ssize_t(* vlc_tls::writev) (struct vlc_tls *, const struct iovec *, unsigned) |