Home
last modified time | relevance | path

Searched refs:php_stream_xport_crypto_setup (Results 1 – 8 of 8) sorted by relevance

/PHP-5.5/main/streams/
H A Dphp_stream_transport.h180 PHPAPI int php_stream_xport_crypto_setup(php_stream *stream, php_stream_xport_crypt_method_t crypto…
H A Dtransports.c354 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-5.5/ext/standard/
H A Dftp_fopen_wrapper.c204 if (php_stream_xport_crypto_setup(stream, in php_ftp_fopen_connect()
575 if (use_ssl_on_data && (php_stream_xport_crypto_setup(datastream, in php_stream_url_wrap_ftp()
747 if (use_ssl_on_data && (php_stream_xport_crypto_setup(stream, in php_stream_ftp_opendir()
H A Dhttp_fopen_wrapper.c316 …if (php_stream_xport_crypto_setup(stream, STREAM_CRYPTO_METHOD_SSLv23_CLIENT, NULL TSRMLS_CC) < 0 … in php_stream_url_wrap_http_ex()
H A Dstreamsfuncs.c1523 if (php_stream_xport_crypto_setup(stream, cryptokind, sessstream TSRMLS_CC) < 0) { in PHP_FUNCTION()
/PHP-5.5/ext/openssl/
H A Dxp_ssl.c798 if (php_stream_xport_crypto_setup(xparam->outputs.client, clisockdata->method, in php_openssl_tcp_sockop_accept()
905 if (php_stream_xport_crypto_setup(stream, sslsock->method, NULL TSRMLS_CC) < 0 || in php_openssl_sockop_set_option()
/PHP-5.5/ext/mysqlnd/
H A Dmysqlnd_net.c904 …if (php_stream_xport_crypto_setup(net_stream, STREAM_CRYPTO_METHOD_TLS_CLIENT, NULL TSRMLS_CC) < 0… in MYSQLND_METHOD()
/PHP-5.5/ext/soap/
H A Dphp_http.c306 if (php_stream_xport_crypto_setup(stream, crypto_method, NULL TSRMLS_CC) < 0 || in http_connect()

Completed in 31 milliseconds