crypto_method 2492 ext/openssl/xp_ssl.c static zend_long get_crypto_method(php_stream_context *ctx, zend_long crypto_method) crypto_method 2498 ext/openssl/xp_ssl.c crypto_method = (zend_long)Z_LVAL_P(val); crypto_method 2499 ext/openssl/xp_ssl.c crypto_method |= STREAM_CRYPTO_IS_CLIENT; crypto_method 2502 ext/openssl/xp_ssl.c return crypto_method; crypto_method 277 ext/soap/php_http.c int crypto_method = STREAM_CRYPTO_METHOD_SSLv23_CLIENT; crypto_method 282 ext/soap/php_http.c crypto_method = STREAM_CRYPTO_METHOD_TLS_CLIENT; crypto_method 286 ext/soap/php_http.c crypto_method = STREAM_CRYPTO_METHOD_SSLv2_CLIENT; crypto_method 290 ext/soap/php_http.c crypto_method = STREAM_CRYPTO_METHOD_SSLv3_CLIENT; crypto_method 294 ext/soap/php_http.c crypto_method = STREAM_CRYPTO_METHOD_SSLv23_CLIENT; crypto_method 298 ext/soap/php_http.c crypto_method = STREAM_CRYPTO_METHOD_TLS_CLIENT; crypto_method 302 ext/soap/php_http.c if (php_stream_xport_crypto_setup(stream, crypto_method, NULL) < 0 || crypto_method 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); crypto_method 352 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) crypto_method 359 main/streams/transports.c param.inputs.method = crypto_method;