crypto_method    2329 ext/openssl/xp_ssl.c static long get_crypto_method(php_stream_context *ctx, long crypto_method)
crypto_method    2335 ext/openssl/xp_ssl.c 		crypto_method = (long)Z_LVAL_PP(val);
crypto_method    2336 ext/openssl/xp_ssl.c 		crypto_method |= STREAM_CRYPTO_IS_CLIENT;
crypto_method    2339 ext/openssl/xp_ssl.c 	return crypto_method;
crypto_method     281 ext/soap/php_http.c 			int crypto_method = STREAM_CRYPTO_METHOD_SSLv23_CLIENT;
crypto_method     286 ext/soap/php_http.c 						crypto_method = STREAM_CRYPTO_METHOD_TLS_CLIENT;
crypto_method     290 ext/soap/php_http.c 						crypto_method = STREAM_CRYPTO_METHOD_SSLv2_CLIENT;
crypto_method     294 ext/soap/php_http.c 						crypto_method = STREAM_CRYPTO_METHOD_SSLv3_CLIENT;
crypto_method     298 ext/soap/php_http.c 						crypto_method = STREAM_CRYPTO_METHOD_SSLv23_CLIENT;
crypto_method     302 ext/soap/php_http.c 						crypto_method = STREAM_CRYPTO_METHOD_TLS_CLIENT;
crypto_method     306 ext/soap/php_http.c 			if (php_stream_xport_crypto_setup(stream, crypto_method, NULL TSRMLS_CC) < 0 ||
crypto_method     197 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 TSRMLS_DC);
crypto_method     354 main/streams/transports.c PHPAPI int php_stream_xport_crypto_setup(php_stream *stream, php_stream_xport_crypt_method_t crypto_method, php_stream *session_stream TSRMLS_DC)
crypto_method     361 main/streams/transports.c 	param.inputs.method = crypto_method;