php_stream_xport_crypto_setup  991 ext/mysqlnd/mysqlnd_net.c 	if (php_stream_xport_crypto_setup(net_stream, STREAM_CRYPTO_METHOD_TLS_CLIENT, NULL) < 0 ||
php_stream_xport_crypto_setup 2246 ext/openssl/xp_ssl.c 			if (php_stream_xport_crypto_setup(xparam->outputs.client, clisockdata->method,
php_stream_xport_crypto_setup 2410 ext/openssl/xp_ssl.c 						if (php_stream_xport_crypto_setup(stream, sslsock->method, NULL) < 0 ||
php_stream_xport_crypto_setup  302 ext/soap/php_http.c 			if (php_stream_xport_crypto_setup(stream, crypto_method, NULL) < 0 ||
php_stream_xport_crypto_setup  205 ext/standard/ftp_fopen_wrapper.c 		if (php_stream_xport_crypto_setup(stream,
php_stream_xport_crypto_setup  577 ext/standard/ftp_fopen_wrapper.c 	if (use_ssl_on_data && (php_stream_xport_crypto_setup(datastream,
php_stream_xport_crypto_setup  740 ext/standard/ftp_fopen_wrapper.c 	if (use_ssl_on_data && (php_stream_xport_crypto_setup(stream,
php_stream_xport_crypto_setup  336 ext/standard/http_fopen_wrapper.c 			if (php_stream_xport_crypto_setup(stream, STREAM_CRYPTO_METHOD_SSLv23_CLIENT, NULL) < 0 ||
php_stream_xport_crypto_setup 1544 ext/standard/streamsfuncs.c 		if (php_stream_xport_crypto_setup(stream, cryptokind, sessstream) < 0) {
php_stream_xport_crypto_setup  195 main/streams/php_stream_transport.h PHPAPI int php_stream_xport_crypto_setup(php_stream *stream, php_stream_xport_crypt_method_t crypto_method, php_stream *session_stream);