Searched refs:php_stream_xport_crypto_setup (Results 1 – 9 of 9) sorted by relevance
/PHP-7.2/main/streams/ |
H A D | php_stream_transport.h | 195 PHPAPI int php_stream_xport_crypto_setup(php_stream *stream, php_stream_xport_crypt_method_t crypto…
|
H A D | transports.c | 353 PHPAPI int php_stream_xport_crypto_setup(php_stream *stream, php_stream_xport_crypt_method_t crypto… in php_stream_xport_crypto_setup() function
|
/PHP-7.2/ext/standard/ |
H A D | ftp_fopen_wrapper.c | 205 if (php_stream_xport_crypto_setup(stream, in php_ftp_fopen_connect() 579 if (use_ssl_on_data && (php_stream_xport_crypto_setup(datastream, in php_stream_url_wrap_ftp() 751 if (use_ssl_on_data && (php_stream_xport_crypto_setup(datastream, in php_stream_ftp_opendir()
|
H A D | http_fopen_wrapper.c | 329 if (php_stream_xport_crypto_setup(stream, STREAM_CRYPTO_METHOD_SSLv23_CLIENT, NULL) < 0 || in php_stream_url_wrap_http_ex()
|
H A D | streamsfuncs.c | 1535 if (php_stream_xport_crypto_setup(stream, cryptokind, sessstream) < 0) { in PHP_FUNCTION()
|
/PHP-7.2/ext/mysqlnd/ |
H A D | mysqlnd_vio.c | 561 if (php_stream_xport_crypto_setup(net_stream, STREAM_CRYPTO_METHOD_TLS_CLIENT, NULL) < 0 || in MYSQLND_METHOD()
|
H A D | mysqlnd_net.c | 974 if (php_stream_xport_crypto_setup(net_stream, STREAM_CRYPTO_METHOD_TLS_CLIENT, NULL) < 0 || in MYSQLND_METHOD()
|
/PHP-7.2/ext/openssl/ |
H A D | xp_ssl.c | 2319 if (php_stream_xport_crypto_setup(xparam->outputs.client, clisockdata->method, in php_openssl_tcp_sockop_accept() 2475 if (php_stream_xport_crypto_setup(stream, sslsock->method, NULL) < 0 || in php_openssl_sockop_set_option()
|
/PHP-7.2/ext/soap/ |
H A D | php_http.c | 309 if (php_stream_xport_crypto_setup(stream, crypto_method, NULL) < 0 || in http_connect()
|
Completed in 61 milliseconds