php-internal-docs 8.4.8
Unofficial docs for php/php-src
Loading...
Searching...
No Matches
_php_openssl_netstream_data_t Struct Reference

Data Fields

php_netstream_data_t s
 
SSL * ssl_handle
 
SSL_CTX * ctx
 
struct timeval connect_timeout
 
int enable_on_connect
 
int is_client
 
int ssl_active
 
php_stream_xport_crypt_method_t method
 
php_openssl_handshake_bucket_treneg
 
php_openssl_sni_cert_tsni_certs
 
unsigned sni_cert_count
 
php_openssl_alpn_ctx alpn_ctx
 
char * url_name
 
unsigned state_set:1
 
unsigned _spare:31
 

Detailed Description

Definition at line 191 of file xp_ssl.c.

Field Documentation

◆ _spare

unsigned _php_openssl_netstream_data_t::_spare

Definition at line 208 of file xp_ssl.c.

◆ alpn_ctx

php_openssl_alpn_ctx _php_openssl_netstream_data_t::alpn_ctx

Definition at line 204 of file xp_ssl.c.

◆ connect_timeout

struct timeval _php_openssl_netstream_data_t::connect_timeout

Definition at line 195 of file xp_ssl.c.

◆ ctx

SSL_CTX* _php_openssl_netstream_data_t::ctx

Definition at line 194 of file xp_ssl.c.

◆ enable_on_connect

int _php_openssl_netstream_data_t::enable_on_connect

Definition at line 196 of file xp_ssl.c.

◆ is_client

int _php_openssl_netstream_data_t::is_client

Definition at line 197 of file xp_ssl.c.

◆ method

php_stream_xport_crypt_method_t _php_openssl_netstream_data_t::method

Definition at line 199 of file xp_ssl.c.

◆ reneg

php_openssl_handshake_bucket_t* _php_openssl_netstream_data_t::reneg

Definition at line 200 of file xp_ssl.c.

◆ s

php_netstream_data_t _php_openssl_netstream_data_t::s

Definition at line 192 of file xp_ssl.c.

◆ sni_cert_count

unsigned _php_openssl_netstream_data_t::sni_cert_count

Definition at line 202 of file xp_ssl.c.

◆ sni_certs

php_openssl_sni_cert_t* _php_openssl_netstream_data_t::sni_certs

Definition at line 201 of file xp_ssl.c.

◆ ssl_active

int _php_openssl_netstream_data_t::ssl_active

Definition at line 198 of file xp_ssl.c.

◆ ssl_handle

SSL* _php_openssl_netstream_data_t::ssl_handle

Definition at line 193 of file xp_ssl.c.

◆ state_set

unsigned _php_openssl_netstream_data_t::state_set

Definition at line 207 of file xp_ssl.c.

◆ url_name

char* _php_openssl_netstream_data_t::url_name

Definition at line 206 of file xp_ssl.c.


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