Home
last modified time | relevance | path

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

/PHP-7.4/main/streams/
H A Dxp_socket.c115 php_stream_notify_progress_increment(PHP_STREAM_CONTEXT(stream), didwrite, 0); in php_sockop_write()
181 php_stream_notify_progress_increment(PHP_STREAM_CONTEXT(stream), nr_bytes, 0); in php_sockop_read()
659 if (PHP_STREAM_CONTEXT(stream) in php_tcp_sockop_bind()
660 …&& (tmpzval = php_stream_context_get_option(PHP_STREAM_CONTEXT(stream), "socket", "ipv6_v6only")) … in php_tcp_sockop_bind()
669 if (PHP_STREAM_CONTEXT(stream) in php_tcp_sockop_bind()
679 && PHP_STREAM_CONTEXT(stream) in php_tcp_sockop_bind()
744 …if (PHP_STREAM_CONTEXT(stream) && (tmpzval = php_stream_context_get_option(PHP_STREAM_CONTEXT(stre… in php_tcp_sockop_connect()
757 && PHP_STREAM_CONTEXT(stream) in php_tcp_sockop_connect()
770 && PHP_STREAM_CONTEXT(stream) in php_tcp_sockop_connect()
771 …&& (tmpzval = php_stream_context_get_option(PHP_STREAM_CONTEXT(stream), "socket", "tcp_nodelay")) … 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.c384 context = PHP_STREAM_CONTEXT(stream); in _php_stream_free()
2228 php_stream_context *oldcontext = PHP_STREAM_CONTEXT(stream);
/PHP-7.4/ext/openssl/
H A Dxp_ssl.c108 …(PHP_STREAM_CONTEXT(stream) && (val = php_stream_context_get_option(PHP_STREAM_CONTEXT(stream), "s…
1103 if (PHP_STREAM_CONTEXT(stream) && (val = php_stream_context_get_option(PHP_STREAM_CONTEXT(stream), in php_openssl_limit_handshake_reneg()
1146 if (PHP_STREAM_CONTEXT(stream) && in php_openssl_init_server_reneg_limit()
1157 if (PHP_STREAM_CONTEXT(stream) && in php_openssl_init_server_reneg_limit()
1722 PHP_STREAM_CONTEXT(stream) && in php_openssl_setup_crypto()
1829 if (NULL != (val = php_stream_context_get_option(PHP_STREAM_CONTEXT(stream), in php_openssl_capture_peer_certs()
1839 if (NULL != (val = php_stream_context_get_option(PHP_STREAM_CONTEXT(stream), in php_openssl_capture_peer_certs()
1965 if (peer_cert && PHP_STREAM_CONTEXT(stream)) { in php_openssl_enable_crypto()
1975 if (PHP_STREAM_CONTEXT(stream)) { in php_openssl_enable_crypto()
1999 if (peer_cert && PHP_STREAM_CONTEXT(stream)) { in php_openssl_enable_crypto()
[all …]
/PHP-7.4/ext/standard/
H A Dstreamsfuncs.c45 …(stream, wrapper, name, val) (PHP_STREAM_CONTEXT(stream) && NULL != (val = php_stream_context_get_…
950 context = PHP_STREAM_CONTEXT(stream); in decode_context_param()
H A Dhttp_fopen_wrapper.c248 …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.4/main/
H A Dphp_streams.h237 #define PHP_STREAM_CONTEXT(stream) \ macro
/PHP-7.4/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 52 milliseconds