Home
last modified time | relevance | path

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

/PHP-7.0/main/streams/
H A Dxp_socket.c111 php_stream_notify_progress_increment(PHP_STREAM_CONTEXT(stream), didwrite, 0); in php_sockop_write()
173 php_stream_notify_progress_increment(PHP_STREAM_CONTEXT(stream), nr_bytes, 0); in php_sockop_read()
649 if (PHP_STREAM_CONTEXT(stream) in php_tcp_sockop_bind()
650 …&& (tmpzval = php_stream_context_get_option(PHP_STREAM_CONTEXT(stream), "socket", "ipv6_v6only")) … in php_tcp_sockop_bind()
659 if (PHP_STREAM_CONTEXT(stream) in php_tcp_sockop_bind()
660 …&& (tmpzval = php_stream_context_get_option(PHP_STREAM_CONTEXT(stream), "socket", "so_reuseport"))… in php_tcp_sockop_bind()
669 && PHP_STREAM_CONTEXT(stream) in php_tcp_sockop_bind()
670 …&& (tmpzval = php_stream_context_get_option(PHP_STREAM_CONTEXT(stream), "socket", "so_broadcast"))… in php_tcp_sockop_bind()
734 …if (PHP_STREAM_CONTEXT(stream) && (tmpzval = php_stream_context_get_option(PHP_STREAM_CONTEXT(stre… in php_tcp_sockop_connect()
747 && PHP_STREAM_CONTEXT(stream) in php_tcp_sockop_connect()
[all …]
H A Dtransports.c163 …if (PHP_STREAM_CONTEXT(stream) && (zbacklog = php_stream_context_get_option(PHP_STREAM_CONTEXT(str… in _php_stream_xport_create()
H A Dstreams.c372 context = PHP_STREAM_CONTEXT(stream); in _php_stream_free()
2157 php_stream_context *oldcontext = PHP_STREAM_CONTEXT(stream);
/PHP-7.0/ext/openssl/
H A Dxp_ssl.c96 … 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()
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()
1885 if (peer_cert && PHP_STREAM_CONTEXT(stream)) { in php_openssl_enable_crypto()
1895 if (PHP_STREAM_CONTEXT(stream)) { in php_openssl_enable_crypto()
[all …]
/PHP-7.0/ext/standard/
H A Dstreamsfuncs.c43 …(stream, wrapper, name, val) (PHP_STREAM_CONTEXT(stream) && NULL != (val = php_stream_context_get_…
926 context = PHP_STREAM_CONTEXT(stream); in decode_context_param()
H A Dhttp_fopen_wrapper.c244 …php_stream_context_set_option(PHP_STREAM_CONTEXT(stream), "ssl", "peer_name", &ssl_proxy_peer_name… in php_stream_url_wrap_http_ex()
/PHP-7.0/main/
H A Dphp_streams.h235 #define PHP_STREAM_CONTEXT(stream) \ macro
/PHP-7.0/ext/soap/
H A Dphp_http.c247 …php_stream_context_set_option(PHP_STREAM_CONTEXT(stream), "ssl", "peer_name", &ssl_proxy_peer_name… in http_connect()

Completed in 51 milliseconds