Home
last modified time | relevance | path

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

/PHP-7.2/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()
669 && PHP_STREAM_CONTEXT(stream) 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()
760 && PHP_STREAM_CONTEXT(stream) in php_tcp_sockop_connect()
761 …&& (tmpzval = php_stream_context_get_option(PHP_STREAM_CONTEXT(stream), "socket", "tcp_nodelay")) … in php_tcp_sockop_connect()
[all …]
H A Dtransports.c164 …if (PHP_STREAM_CONTEXT(stream) && (zbacklog = php_stream_context_get_option(PHP_STREAM_CONTEXT(str… in _php_stream_xport_create()
H A Dstreams.c373 context = PHP_STREAM_CONTEXT(stream); in _php_stream_free()
2138 php_stream_context *oldcontext = PHP_STREAM_CONTEXT(stream);
/PHP-7.2/ext/openssl/
H A Dxp_ssl.c87 …(PHP_STREAM_CONTEXT(stream) && (val = php_stream_context_get_option(PHP_STREAM_CONTEXT(stream), "s…
1076 if (PHP_STREAM_CONTEXT(stream) && (val = php_stream_context_get_option(PHP_STREAM_CONTEXT(stream), in php_openssl_limit_handshake_reneg()
1119 if (PHP_STREAM_CONTEXT(stream) && in php_openssl_init_server_reneg_limit()
1131 if (PHP_STREAM_CONTEXT(stream) && in php_openssl_init_server_reneg_limit()
1679 PHP_STREAM_CONTEXT(stream) && in php_openssl_setup_crypto()
1783 if (NULL != (val = php_stream_context_get_option(PHP_STREAM_CONTEXT(stream), in php_openssl_capture_peer_certs()
1793 if (NULL != (val = php_stream_context_get_option(PHP_STREAM_CONTEXT(stream), in php_openssl_capture_peer_certs()
1919 if (peer_cert && PHP_STREAM_CONTEXT(stream)) { in php_openssl_enable_crypto()
1929 if (PHP_STREAM_CONTEXT(stream)) { in php_openssl_enable_crypto()
1953 if (peer_cert && PHP_STREAM_CONTEXT(stream)) { in php_openssl_enable_crypto()
[all …]
/PHP-7.2/ext/standard/
H A Dstreamsfuncs.c47 …(stream, wrapper, name, val) (PHP_STREAM_CONTEXT(stream) && NULL != (val = php_stream_context_get_…
961 context = PHP_STREAM_CONTEXT(stream); in decode_context_param()
H A Dhttp_fopen_wrapper.c238 …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.2/main/
H A Dphp_streams.h239 #define PHP_STREAM_CONTEXT(stream) \ macro
/PHP-7.2/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 46 milliseconds