php_stream_xport_unregister 1287 ext/openssl/openssl.c 	php_stream_xport_unregister("ssl" TSRMLS_CC);
php_stream_xport_unregister 1289 ext/openssl/openssl.c 	php_stream_xport_unregister("sslv2" TSRMLS_CC);
php_stream_xport_unregister 1291 ext/openssl/openssl.c 	php_stream_xport_unregister("sslv3" TSRMLS_CC);
php_stream_xport_unregister 1292 ext/openssl/openssl.c 	php_stream_xport_unregister("tls" TSRMLS_CC);
php_stream_xport_unregister 1293 ext/openssl/openssl.c 	php_stream_xport_unregister("tlsv1.0" TSRMLS_CC);
php_stream_xport_unregister 1295 ext/openssl/openssl.c 	php_stream_xport_unregister("tlsv1.1" TSRMLS_CC);
php_stream_xport_unregister 1296 ext/openssl/openssl.c 	php_stream_xport_unregister("tlsv1.2" TSRMLS_CC);
php_stream_xport_unregister   38 main/streams/php_stream_transport.h PHPAPI int php_stream_xport_unregister(const char *protocol TSRMLS_DC);