php_stream_xport_unregister 1327 ext/openssl/openssl.c 	php_stream_xport_unregister("ssl");
php_stream_xport_unregister 1329 ext/openssl/openssl.c 	php_stream_xport_unregister("sslv2");
php_stream_xport_unregister 1332 ext/openssl/openssl.c 	php_stream_xport_unregister("sslv3");
php_stream_xport_unregister 1334 ext/openssl/openssl.c 	php_stream_xport_unregister("tls");
php_stream_xport_unregister 1335 ext/openssl/openssl.c 	php_stream_xport_unregister("tlsv1.0");
php_stream_xport_unregister 1337 ext/openssl/openssl.c 	php_stream_xport_unregister("tlsv1.1");
php_stream_xport_unregister 1338 ext/openssl/openssl.c 	php_stream_xport_unregister("tlsv1.2");
php_stream_xport_unregister   38 main/streams/php_stream_transport.h PHPAPI int php_stream_xport_unregister(const char *protocol);