FFmpeg
|
Data Fields | |
const AVClass * | class |
URLContext * | tcp |
int | fd |
char * | ca_file |
int | verify |
char * | cert_file |
char * | key_file |
int | listen |
URLContext* TLSContext::tcp |
Definition at line 62 of file tls.c.
Referenced by tls_close(), and tls_open().
int TLSContext::fd |
Definition at line 70 of file tls.c.
Referenced by do_tls_poll(), and tls_open().
char* TLSContext::ca_file |
Definition at line 71 of file tls.c.
Referenced by set_options(), and tls_open().
int TLSContext::verify |
Definition at line 72 of file tls.c.
Referenced by set_options(), and tls_open().
char* TLSContext::cert_file |
Definition at line 73 of file tls.c.
Referenced by set_options(), and tls_open().
char* TLSContext::key_file |
Definition at line 74 of file tls.c.
Referenced by set_options(), and tls_open().
int TLSContext::listen |
Definition at line 75 of file tls.c.
Referenced by tls_open().