Searched refs:php_stream_xport_crypto_enable (Results 1 – 9 of 9) sorted by relevance
/PHP-7.2/main/streams/ |
H A D | php_stream_transport.h | 196 PHPAPI int php_stream_xport_crypto_enable(php_stream *stream, int activate);
|
H A D | transports.c | 374 PHPAPI int php_stream_xport_crypto_enable(php_stream *stream, int activate) in php_stream_xport_crypto_enable() function
|
/PHP-7.2/ext/standard/ |
H A D | ftp_fopen_wrapper.c | 207 || php_stream_xport_crypto_enable(stream, 1) < 0) { in php_ftp_fopen_connect() 581 php_stream_xport_crypto_enable(datastream, 1) < 0)) { in php_stream_url_wrap_ftp() 753 php_stream_xport_crypto_enable(datastream, 1) < 0)) { in php_stream_ftp_opendir()
|
H A D | http_fopen_wrapper.c | 330 php_stream_xport_crypto_enable(stream, 1) < 0) { in php_stream_url_wrap_http_ex()
|
H A D | streamsfuncs.c | 1540 ret = php_stream_xport_crypto_enable(stream, enable); in PHP_FUNCTION()
|
/PHP-7.2/ext/mysqlnd/ |
H A D | mysqlnd_vio.c | 562 php_stream_xport_crypto_enable(net_stream, 1) < 0) in MYSQLND_METHOD()
|
H A D | mysqlnd_net.c | 975 php_stream_xport_crypto_enable(net_stream, 1) < 0) in MYSQLND_METHOD()
|
/PHP-7.2/ext/openssl/ |
H A D | xp_ssl.c | 2320 NULL) < 0 || php_stream_xport_crypto_enable( in php_openssl_tcp_sockop_accept() 2476 php_stream_xport_crypto_enable(stream, 1) < 0) { in php_openssl_sockop_set_option()
|
/PHP-7.2/ext/soap/ |
H A D | php_http.c | 310 php_stream_xport_crypto_enable(stream, 1) < 0) { in http_connect()
|
Completed in 36 milliseconds