PHP_STREAM_CONTEXT 96 ext/openssl/xp_ssl.c #define GET_VER_OPT(name) (PHP_STREAM_CONTEXT(stream) && (val = php_stream_context_get_option(PHP_STREAM_CONTEXT(stream), "ssl", name)) != NULL) PHP_STREAM_CONTEXT 1064 ext/openssl/xp_ssl.c if (PHP_STREAM_CONTEXT(stream) && (val = php_stream_context_get_option(PHP_STREAM_CONTEXT(stream), PHP_STREAM_CONTEXT 1107 ext/openssl/xp_ssl.c if (PHP_STREAM_CONTEXT(stream) && PHP_STREAM_CONTEXT 1108 ext/openssl/xp_ssl.c NULL != (val = php_stream_context_get_option(PHP_STREAM_CONTEXT(stream), PHP_STREAM_CONTEXT 1120 ext/openssl/xp_ssl.c if (PHP_STREAM_CONTEXT(stream) && PHP_STREAM_CONTEXT 1121 ext/openssl/xp_ssl.c NULL != (val = php_stream_context_get_option(PHP_STREAM_CONTEXT(stream), PHP_STREAM_CONTEXT 1173 ext/openssl/xp_ssl.c zdhpath = php_stream_context_get_option(PHP_STREAM_CONTEXT(stream), "ssl", "dh_param"); PHP_STREAM_CONTEXT 1220 ext/openssl/xp_ssl.c zvcurve = php_stream_context_get_option(PHP_STREAM_CONTEXT(stream), "ssl", "ecdh_curve"); PHP_STREAM_CONTEXT 1266 ext/openssl/xp_ssl.c if (php_stream_context_get_option(PHP_STREAM_CONTEXT(stream), "ssl", "rsa_key_size") != NULL) { PHP_STREAM_CONTEXT 1272 ext/openssl/xp_ssl.c zv = php_stream_context_get_option(PHP_STREAM_CONTEXT(stream), "ssl", "single_dh_use"); PHP_STREAM_CONTEXT 1278 ext/openssl/xp_ssl.c zv = php_stream_context_get_option(PHP_STREAM_CONTEXT(stream), "ssl", "honor_cipher_order"); PHP_STREAM_CONTEXT 1622 ext/openssl/xp_ssl.c PHP_STREAM_CONTEXT(stream) && PHP_STREAM_CONTEXT 1725 ext/openssl/xp_ssl.c if (NULL != (val = php_stream_context_get_option(PHP_STREAM_CONTEXT(stream), PHP_STREAM_CONTEXT 1730 ext/openssl/xp_ssl.c php_stream_context_set_option(PHP_STREAM_CONTEXT(stream), "ssl", "peer_certificate", &zcert); PHP_STREAM_CONTEXT 1735 ext/openssl/xp_ssl.c if (NULL != (val = php_stream_context_get_option(PHP_STREAM_CONTEXT(stream), PHP_STREAM_CONTEXT 1758 ext/openssl/xp_ssl.c php_stream_context_set_option(PHP_STREAM_CONTEXT(stream), "ssl", "peer_certificate_chain", &arr); PHP_STREAM_CONTEXT 1854 ext/openssl/xp_ssl.c if (peer_cert && PHP_STREAM_CONTEXT(stream)) { PHP_STREAM_CONTEXT 1864 ext/openssl/xp_ssl.c if (PHP_STREAM_CONTEXT(stream)) { PHP_STREAM_CONTEXT 1866 ext/openssl/xp_ssl.c if (NULL != (val = php_stream_context_get_option(PHP_STREAM_CONTEXT(stream), PHP_STREAM_CONTEXT 1877 ext/openssl/xp_ssl.c php_stream_context_set_option(PHP_STREAM_CONTEXT(stream), "ssl", "session_meta", &meta_arr); PHP_STREAM_CONTEXT 1888 ext/openssl/xp_ssl.c if (peer_cert && PHP_STREAM_CONTEXT(stream)) { PHP_STREAM_CONTEXT 2066 ext/openssl/xp_ssl.c php_stream_notify_progress_increment(PHP_STREAM_CONTEXT(stream), nr_bytes, 0); PHP_STREAM_CONTEXT 245 ext/standard/http_fopen_wrapper.c php_stream_context_set_option(PHP_STREAM_CONTEXT(stream), "ssl", "peer_name", &ssl_proxy_peer_name); PHP_STREAM_CONTEXT 43 ext/standard/streamsfuncs.c #define GET_CTX_OPT(stream, wrapper, name, val) (PHP_STREAM_CONTEXT(stream) && NULL != (val = php_stream_context_get_option(PHP_STREAM_CONTEXT(stream), wrapper, name))) PHP_STREAM_CONTEXT 943 ext/standard/streamsfuncs.c context = PHP_STREAM_CONTEXT(stream); PHP_STREAM_CONTEXT 372 main/streams/streams.c context = PHP_STREAM_CONTEXT(stream); PHP_STREAM_CONTEXT 2162 main/streams/streams.c php_stream_context *oldcontext = PHP_STREAM_CONTEXT(stream); PHP_STREAM_CONTEXT 163 main/streams/transports.c if (PHP_STREAM_CONTEXT(stream) && (zbacklog = php_stream_context_get_option(PHP_STREAM_CONTEXT(stream), "socket", "backlog")) != NULL) { PHP_STREAM_CONTEXT 111 main/streams/xp_socket.c php_stream_notify_progress_increment(PHP_STREAM_CONTEXT(stream), didwrite, 0); PHP_STREAM_CONTEXT 173 main/streams/xp_socket.c php_stream_notify_progress_increment(PHP_STREAM_CONTEXT(stream), nr_bytes, 0); PHP_STREAM_CONTEXT 639 main/streams/xp_socket.c if (PHP_STREAM_CONTEXT(stream) PHP_STREAM_CONTEXT 640 main/streams/xp_socket.c && (tmpzval = php_stream_context_get_option(PHP_STREAM_CONTEXT(stream), "socket", "ipv6_v6only")) != NULL PHP_STREAM_CONTEXT 649 main/streams/xp_socket.c if (PHP_STREAM_CONTEXT(stream) PHP_STREAM_CONTEXT 650 main/streams/xp_socket.c && (tmpzval = php_stream_context_get_option(PHP_STREAM_CONTEXT(stream), "socket", "so_reuseport")) != NULL PHP_STREAM_CONTEXT 659 main/streams/xp_socket.c && PHP_STREAM_CONTEXT(stream) PHP_STREAM_CONTEXT 660 main/streams/xp_socket.c && (tmpzval = php_stream_context_get_option(PHP_STREAM_CONTEXT(stream), "socket", "so_broadcast")) != NULL PHP_STREAM_CONTEXT 724 main/streams/xp_socket.c if (PHP_STREAM_CONTEXT(stream) && (tmpzval = php_stream_context_get_option(PHP_STREAM_CONTEXT(stream), "socket", "bindto")) != NULL) { PHP_STREAM_CONTEXT 737 main/streams/xp_socket.c && PHP_STREAM_CONTEXT(stream) PHP_STREAM_CONTEXT 738 main/streams/xp_socket.c && (tmpzval = php_stream_context_get_option(PHP_STREAM_CONTEXT(stream), "socket", "so_broadcast")) != NULL