Home
last modified time | relevance | path

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

/PHP-5.5/main/streams/
H A Dphp_stream_transport.h181 PHPAPI int php_stream_xport_crypto_enable(php_stream *stream, int activate TSRMLS_DC);
H A Dtransports.c375 PHPAPI int php_stream_xport_crypto_enable(php_stream *stream, int activate TSRMLS_DC) in php_stream_xport_crypto_enable() function
/PHP-5.5/ext/standard/
H A Dftp_fopen_wrapper.c206 || php_stream_xport_crypto_enable(stream, 1 TSRMLS_CC) < 0) { in php_ftp_fopen_connect()
577 php_stream_xport_crypto_enable(datastream, 1 TSRMLS_CC) < 0)) { in php_stream_url_wrap_ftp()
749 php_stream_xport_crypto_enable(stream, 1 TSRMLS_CC) < 0)) { in php_stream_ftp_opendir()
H A Dhttp_fopen_wrapper.c317 php_stream_xport_crypto_enable(stream, 1 TSRMLS_CC) < 0) { in php_stream_url_wrap_http_ex()
H A Dstreamsfuncs.c1531 ret = php_stream_xport_crypto_enable(stream, enable TSRMLS_CC); in PHP_FUNCTION()
/PHP-5.5/ext/openssl/
H A Dxp_ssl.c799 NULL TSRMLS_CC) < 0 || php_stream_xport_crypto_enable( in php_openssl_tcp_sockop_accept()
906 php_stream_xport_crypto_enable(stream, 1 TSRMLS_CC) < 0) { in php_openssl_sockop_set_option()
/PHP-5.5/ext/mysqlnd/
H A Dmysqlnd_net.c905 php_stream_xport_crypto_enable(net_stream, 1 TSRMLS_CC) < 0) in MYSQLND_METHOD()
/PHP-5.5/ext/soap/
H A Dphp_http.c307 php_stream_xport_crypto_enable(stream, 1 TSRMLS_CC) < 0) { in http_connect()

Completed in 50 milliseconds