SSL                54 ext/ftp/ftp.h  	SSL		*ssl_handle;	/* ssl handle */
SSL                87 ext/ftp/ftp.h  	SSL				*ssl_handle;      /* handle for control connection */
SSL               579 ext/openssl/openssl.c php_stream* php_openssl_get_stream_from_ssl_handle(const SSL *ssl)
SSL                77 ext/openssl/xp_ssl.c extern php_stream* php_openssl_get_stream_from_ssl_handle(const SSL *ssl);
SSL               108 ext/openssl/xp_ssl.c 	SSL *ssl_handle;
SSL               237 ext/openssl/xp_ssl.c 	SSL *ssl;
SSL               451 ext/openssl/xp_ssl.c static int apply_peer_verification_policy(SSL *ssl, X509 *peer, php_stream *stream TSRMLS_DC) /* {{{ */
SSL               914 ext/openssl/xp_ssl.c 				SSL *tmpssl = SSL_new(ctx);
SSL              1012 ext/openssl/xp_ssl.c static void limit_handshake_reneg(const SSL *ssl) /* {{{ */
SSL              1079 ext/openssl/xp_ssl.c static void info_callback(const SSL *ssl, int where, int ret) /* {{{ */
SSL              1286 ext/openssl/xp_ssl.c static int server_sni_callback(SSL *ssl_handle, int *al, void *arg) /* {{{ */
SSL              1590 ext/openssl/xp_ssl.c static zval *capture_session_meta(SSL *ssl_handle) /* {{{ */