FFmpeg
Data Fields
TLSShared Struct Reference

#include <tls.h>

Data Fields

char * ca_file
 
int verify
 
char * cert_file
 
char * key_file
 
int listen
 
char * host
 
char * http_proxy
 
char underlying_host [200]
 
int numerichost
 
URLContexttcp
 

Detailed Description

Definition at line 29 of file tls.h.

Field Documentation

◆ ca_file

char* TLSShared::ca_file

Definition at line 30 of file tls.h.

Referenced by tls_open().

◆ verify

int TLSShared::verify

Definition at line 31 of file tls.h.

Referenced by tls_open().

◆ cert_file

char* TLSShared::cert_file

Definition at line 32 of file tls.h.

Referenced by tls_open().

◆ key_file

char* TLSShared::key_file

Definition at line 33 of file tls.h.

Referenced by tls_open().

◆ listen

int TLSShared::listen

Definition at line 34 of file tls.h.

Referenced by tls_open().

◆ host

char* TLSShared::host

Definition at line 36 of file tls.h.

Referenced by tls_open().

◆ http_proxy

char* TLSShared::http_proxy

Definition at line 37 of file tls.h.

◆ underlying_host

char TLSShared::underlying_host[200]

Definition at line 39 of file tls.h.

◆ numerichost

int TLSShared::numerichost

Definition at line 40 of file tls.h.

Referenced by tls_open().

◆ tcp

URLContext* TLSShared::tcp

Definition at line 42 of file tls.h.

Referenced by ff_tls_close(), tls_close(), and tls_open().


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