Home
last modified time | relevance | path

Searched refs:php_stream_context_get_option (Results 1 – 15 of 15) sorted by relevance

/PHP-8.4/ext/standard/
H A Dhttp_fopen_wrapper.c195 (tmpzval = php_stream_context_get_option(context, wrapper->wops->label, "proxy")) == NULL || in php_stream_url_wrap_http_ex()
223 (tmpzval = php_stream_context_get_option(context, wrapper->wops->label, "proxy")) != NULL && in php_stream_url_wrap_http_ex()
271 if (!context || (tmpzval = php_stream_context_get_option(context, "ssl", "peer_name")) == NULL) { in php_stream_url_wrap_http_ex()
284 if (context && (tmpzval = php_stream_context_get_option(context, "http", "header")) != NULL) { in php_stream_url_wrap_http_ex()
360 if (context && (tmpzval = php_stream_context_get_option(context, "http", "method")) != NULL) { in php_stream_url_wrap_http_ex()
381 (tmpzval = php_stream_context_get_option(context, "http", "request_fulluri")) != NULL) { in php_stream_url_wrap_http_ex()
406 …if (context && (tmpzval = php_stream_context_get_option(context, "http", "protocol_version")) != N… in php_stream_url_wrap_http_ex()
418 if (context && (tmpzval = php_stream_context_get_option(context, "http", "header")) != NULL) { in php_stream_url_wrap_http_ex()
574 (ua_zval = php_stream_context_get_option(context, "http", "user_agent")) != NULL && in php_stream_url_wrap_http_ex()
609 (tmpzval = php_stream_context_get_option(context, "http", "content")) != NULL && in php_stream_url_wrap_http_ex()
[all …]
H A Dftp_fopen_wrapper.c445 (tmpzval = php_stream_context_get_option(context, "ftp", "proxy")) != NULL) { in php_stream_url_wrap_ftp()
490 if (context && (tmpzval = php_stream_context_get_option(context, "ftp", "overwrite")) != NULL) { in php_stream_url_wrap_ftp()
521 (tmpzval = php_stream_context_get_option(context, "ftp", "resume_pos")) != NULL && in php_stream_url_wrap_ftp()
H A Dphp_fopen_wrapper.c418 zval *blocking_pipes = php_stream_context_get_option(context, "pipe", "blocking"); in php_stream_url_wrap_php()
H A Dstreamsfuncs.c40 …per, name, val) (PHP_STREAM_CONTEXT(stream) && NULL != (val = php_stream_context_get_option(PHP_ST…
/PHP-8.4/ext/standard/tests/streams/
H A Dbug49936_win32.phpt2 Bug #49936 (crash with ftp stream in php_stream_context_get_option())
/PHP-8.4/main/streams/
H A Dxp_socket.c700 …&& (tmpzval = php_stream_context_get_option(PHP_STREAM_CONTEXT(stream), "socket", "ipv6_v6only")) … in php_tcp_sockop_bind()
710 …&& (tmpzval = php_stream_context_get_option(PHP_STREAM_CONTEXT(stream), "socket", "so_reuseport"))… in php_tcp_sockop_bind()
720 …&& (tmpzval = php_stream_context_get_option(PHP_STREAM_CONTEXT(stream), "socket", "so_broadcast"))… in php_tcp_sockop_bind()
784 …if (PHP_STREAM_CONTEXT(stream) && (tmpzval = php_stream_context_get_option(PHP_STREAM_CONTEXT(stre… in php_tcp_sockop_connect()
798 …&& (tmpzval = php_stream_context_get_option(PHP_STREAM_CONTEXT(stream), "socket", "so_broadcast"))… in php_tcp_sockop_connect()
811 …&& (tmpzval = php_stream_context_get_option(PHP_STREAM_CONTEXT(stream), "socket", "tcp_nodelay")) … in php_tcp_sockop_connect()
864 …(tmpzval = php_stream_context_get_option(PHP_STREAM_CONTEXT(stream), "socket", "tcp_nodelay")) != … in php_tcp_sockop_accept()
H A Dphp_stream_context.h58 PHPAPI zval *php_stream_context_get_option(php_stream_context *context,
H A Dtransports.c165 …if (PHP_STREAM_CONTEXT(stream) && (zbacklog = php_stream_context_get_option(PHP_STREAM_CONTEXT(str… in _php_stream_xport_create()
H A Dstreams.c2403 PHPAPI zval *php_stream_context_get_option(php_stream_context *context, function
/PHP-8.4/ext/openssl/
H A Dxp_ssl.c1148 if (PHP_STREAM_CONTEXT(stream) && (val = php_stream_context_get_option(PHP_STREAM_CONTEXT(stream), in php_openssl_limit_handshake_reneg()
1192 NULL != (val = php_stream_context_get_option(PHP_STREAM_CONTEXT(stream), "ssl", "reneg_limit")) in php_openssl_init_server_reneg_limit()
1203 NULL != (val = php_stream_context_get_option(PHP_STREAM_CONTEXT(stream), "ssl", "reneg_window")) in php_openssl_init_server_reneg_limit()
1248 zval *zdhpath = php_stream_context_get_option(PHP_STREAM_CONTEXT(stream), "ssl", "dh_param"); in php_openssl_set_server_dh_param()
1313 zvcurve = php_stream_context_get_option(PHP_STREAM_CONTEXT(stream), "ssl", "ecdh_curve"); in php_openssl_set_server_ecdh_curve()
1358 if (php_stream_context_get_option(PHP_STREAM_CONTEXT(stream), "ssl", "rsa_key_size") != NULL) { in php_openssl_set_server_specific_opts()
1366 zv = php_stream_context_get_option(PHP_STREAM_CONTEXT(stream), "ssl", "single_dh_use"); in php_openssl_set_server_specific_opts()
1371 zv = php_stream_context_get_option(PHP_STREAM_CONTEXT(stream), "ssl", "honor_cipher_order"); in php_openssl_set_server_specific_opts()
1853 if (NULL != (val = php_stream_context_get_option(PHP_STREAM_CONTEXT(stream), in php_openssl_capture_peer_certs()
1866 if (NULL != (val = php_stream_context_get_option(PHP_STREAM_CONTEXT(stream), in php_openssl_capture_peer_certs()
[all …]
/PHP-8.4/ext/zlib/
H A Dzlib_fopen_wrapper.c139 zval *zlevel = context ? php_stream_context_get_option(context, "zlib", "level") : NULL; in php_stream_gzopen()
/PHP-8.4/ext/soap/
H A Dphp_http.c151 if (context && (tmp = php_stream_context_get_option(context, "http", "header")) != NULL) { in http_context_headers()
249 if (!context || (tmp = php_stream_context_get_option(context, "ssl", "peer_name")) == NULL) { in http_connect()
444 (tmp = php_stream_context_get_option(context, "http", "max_redirects")) != NULL) { in make_http_soap_request()
563 (tmp = php_stream_context_get_option(context, "http", "protocol_version")) != NULL && in make_http_soap_request()
618 (tmp = php_stream_context_get_option(context, "http", "user_agent")) != NULL && in make_http_soap_request()
637 (tmp = php_stream_context_get_option(context, "http", "content_type")) != NULL && in make_http_soap_request()
654 (tmp = php_stream_context_get_option(context, "http", "content_type")) != NULL && in make_http_soap_request()
H A Dphp_sdl.c262 (header = php_stream_context_get_option(ctx->context, "http", "header")) != NULL && in sdl_set_uri_credentials()
3283 if ((tmp = php_stream_context_get_option(context, "http", "protocol_version")) == NULL) { in get_sdl()
/PHP-8.4/ext/zip/
H A Dzip_stream.c330 if (context && NULL != (tmpzval = php_stream_context_get_option(context, "zip", "password"))) { in php_stream_zip_opener()
/PHP-8.4/sapi/phpdbg/
H A Dphpdbg.c1109 zval *blocking_pipes = php_stream_context_get_option(context, "pipe", "blocking"); in phpdbg_stream_url_wrap_php()

Completed in 112 milliseconds