VLC 4.0.0-dev
Loading...
Searching...
No Matches

#include <vlc_tls.h>

Collaboration diagram for vlc_tls_server_operations:
[legend]

Data Fields

vlc_tls_t *(* open )(struct vlc_tls_server *, vlc_tls_t *sock, const char *const *alpn)
 
int(* handshake )(vlc_tls_t *session, char **alp)
 
void(* destroy )(struct vlc_tls_server *)
 

Field Documentation

◆ destroy

void(* vlc_tls_server_operations::destroy) (struct vlc_tls_server *)

Referenced by vlc_tls_ServerDelete().

◆ handshake

int(* vlc_tls_server_operations::handshake) (vlc_tls_t *session, char ** alp)

◆ open

vlc_tls_t *(* vlc_tls_server_operations::open) (struct vlc_tls_server *, vlc_tls_t *sock, const char *const *alpn)

The documentation for this struct was generated from the following file: