Lines Matching refs:PHP_STREAM_CONTEXT

96 … GET_VER_OPT(name)               (PHP_STREAM_CONTEXT(stream) && (val = php_stream_context_get_opti…
1079 if (PHP_STREAM_CONTEXT(stream) && (val = php_stream_context_get_option(PHP_STREAM_CONTEXT(stream), in limit_handshake_reneg()
1122 if (PHP_STREAM_CONTEXT(stream) && in init_server_reneg_limit()
1123 NULL != (val = php_stream_context_get_option(PHP_STREAM_CONTEXT(stream), in init_server_reneg_limit()
1135 if (PHP_STREAM_CONTEXT(stream) && in init_server_reneg_limit()
1136 NULL != (val = php_stream_context_get_option(PHP_STREAM_CONTEXT(stream), in init_server_reneg_limit()
1188 zdhpath = php_stream_context_get_option(PHP_STREAM_CONTEXT(stream), "ssl", "dh_param"); in set_server_dh_param()
1235 zvcurve = php_stream_context_get_option(PHP_STREAM_CONTEXT(stream), "ssl", "ecdh_curve"); in set_server_ecdh_curve()
1281 if (php_stream_context_get_option(PHP_STREAM_CONTEXT(stream), "ssl", "rsa_key_size") != NULL) { in set_server_specific_opts()
1287 zv = php_stream_context_get_option(PHP_STREAM_CONTEXT(stream), "ssl", "single_dh_use"); in set_server_specific_opts()
1293 zv = php_stream_context_get_option(PHP_STREAM_CONTEXT(stream), "ssl", "honor_cipher_order"); in set_server_specific_opts()
1638 PHP_STREAM_CONTEXT(stream) && in php_openssl_setup_crypto()
1746 if (NULL != (val = php_stream_context_get_option(PHP_STREAM_CONTEXT(stream), in capture_peer_certs()
1751 php_stream_context_set_option(PHP_STREAM_CONTEXT(stream), "ssl", "peer_certificate", &zcert); in capture_peer_certs()
1756 if (NULL != (val = php_stream_context_get_option(PHP_STREAM_CONTEXT(stream), in capture_peer_certs()
1779 php_stream_context_set_option(PHP_STREAM_CONTEXT(stream), "ssl", "peer_certificate_chain", &arr); in capture_peer_certs()
1885 if (peer_cert && PHP_STREAM_CONTEXT(stream)) { in php_openssl_enable_crypto()
1895 if (PHP_STREAM_CONTEXT(stream)) { in php_openssl_enable_crypto()
1897 if (NULL != (val = php_stream_context_get_option(PHP_STREAM_CONTEXT(stream), in php_openssl_enable_crypto()
1908 php_stream_context_set_option(PHP_STREAM_CONTEXT(stream), "ssl", "session_meta", &meta_arr); in php_openssl_enable_crypto()
1919 if (peer_cert && PHP_STREAM_CONTEXT(stream)) { in php_openssl_enable_crypto()
2097 php_stream_notify_progress_increment(PHP_STREAM_CONTEXT(stream), nr_bytes, 0); in php_openssl_sockop_io()