
Data Fields | |
| module_t * | p_module |
| tls_session_sys_t * | p_sys |
| struct virtual_socket_t | sock |
| void(* | pf_set_fd )(tls_session_t *, int) |
| int(* | pf_handshake )(tls_session_t *) |
VLC_COMMON_MEMBERS these members are common for all vlc objects | |
| const char * | psz_object_type |
| char * | psz_header |
| int | i_flags |
| volatile bool | b_error |
| set by the object | |
| volatile bool | b_die |
| set by the outside | |
| bool | b_force |
| set by the outside (eg. | |
| bool | be_sure_to_add_VLC_COMMON_MEMBERS_to_struct |
| Just a reminder so that people don't cast garbage. | |
| libvlc_int_t * | p_libvlc |
| (root of all evil) - 1 | |
| vlc_object_t * | p_parent |
| our parent | |
| const char* tls_session_t::psz_object_type |
| volatile bool tls_session_t::b_error |
set by the object
| volatile bool tls_session_t::b_die |
set by the outside
set by the outside (eg.
Just a reminder so that people don't cast garbage.
(root of all evil) - 1
Referenced by tls_ClientCreate(), and tls_ClientDelete().
struct virtual_socket_t tls_session_t::sock [read] |
Referenced by gnutls_ServerSessionPrepare(), and OpenClient().
| void(* tls_session_t::pf_set_fd)(tls_session_t *, int) |
Referenced by gnutls_ServerSessionPrepare(), OpenClient(), tls_ClientCreate(), and tls_ServerSessionHandshake().
| int(* tls_session_t::pf_handshake)(tls_session_t *) |
Referenced by gnutls_ServerSessionPrepare(), OpenClient(), tls_ClientCreate(), and tls_SessionContinueHandshake().
1.5.6