Home
last modified time | relevance | path

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

/php-src/ext/standard/
H A Dhttp_fopen_wrapper.c167 (tmpzval = php_stream_context_get_option(context, wrapper->wops->label, "proxy")) == NULL || in php_stream_url_wrap_http_ex()
195 (tmpzval = php_stream_context_get_option(context, wrapper->wops->label, "proxy")) != NULL && in php_stream_url_wrap_http_ex()
243 if (!context || (tmpzval = php_stream_context_get_option(context, "ssl", "peer_name")) == NULL) { in php_stream_url_wrap_http_ex()
256 if (context && (tmpzval = php_stream_context_get_option(context, "http", "header")) != NULL) { in php_stream_url_wrap_http_ex()
366 if (context && (tmpzval = php_stream_context_get_option(context, "http", "method")) != NULL) { in php_stream_url_wrap_http_ex()
387 (tmpzval = php_stream_context_get_option(context, "http", "request_fulluri")) != NULL) { in php_stream_url_wrap_http_ex()
412 …if (context && (tmpzval = php_stream_context_get_option(context, "http", "protocol_version")) != N… in php_stream_url_wrap_http_ex()
424 if (context && (tmpzval = php_stream_context_get_option(context, "http", "header")) != NULL) { in php_stream_url_wrap_http_ex()
580 (ua_zval = php_stream_context_get_option(context, "http", "user_agent")) != NULL && in php_stream_url_wrap_http_ex()
615 (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.c45 …per, name, val) (PHP_STREAM_CONTEXT(stream) && NULL != (val = php_stream_context_get_option(PHP_ST…
/php-src/ext/standard/tests/streams/
H A Dbug49936_win32.phpt2 Bug #49936 (crash with ftp stream in php_stream_context_get_option())
/php-src/main/streams/
H A Dxp_socket.c695 …&& (tmpzval = php_stream_context_get_option(PHP_STREAM_CONTEXT(stream), "socket", "ipv6_v6only")) … in php_tcp_sockop_bind()
705 …&& (tmpzval = php_stream_context_get_option(PHP_STREAM_CONTEXT(stream), "socket", "so_reuseport"))… in php_tcp_sockop_bind()
715 …&& (tmpzval = php_stream_context_get_option(PHP_STREAM_CONTEXT(stream), "socket", "so_broadcast"))… in php_tcp_sockop_bind()
779 …if (PHP_STREAM_CONTEXT(stream) && (tmpzval = php_stream_context_get_option(PHP_STREAM_CONTEXT(stre… in php_tcp_sockop_connect()
793 …&& (tmpzval = php_stream_context_get_option(PHP_STREAM_CONTEXT(stream), "socket", "so_broadcast"))… in php_tcp_sockop_connect()
806 …&& (tmpzval = php_stream_context_get_option(PHP_STREAM_CONTEXT(stream), "socket", "tcp_nodelay")) … in php_tcp_sockop_connect()
859 …(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.c2395 PHPAPI zval *php_stream_context_get_option(php_stream_context *context, function
/php-src/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-src/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-src/ext/soap/
H A Dphp_http.c94 (tmp = php_stream_context_get_option(context, "http", "header")) != NULL && in http_context_headers()
238 if (!context || (tmp = php_stream_context_get_option(context, "ssl", "peer_name")) == NULL) { in http_connect()
435 (tmp = php_stream_context_get_option(context, "http", "max_redirects")) != NULL) { in make_http_soap_request()
550 (tmp = php_stream_context_get_option(context, "http", "protocol_version")) != NULL && in make_http_soap_request()
605 (tmp = php_stream_context_get_option(context, "http", "user_agent")) != NULL && in make_http_soap_request()
624 (tmp = php_stream_context_get_option(context, "http", "content_type")) != NULL && in make_http_soap_request()
641 (tmp = php_stream_context_get_option(context, "http", "content_type")) != NULL && in make_http_soap_request()
H A Dphp_sdl.c295 (header = php_stream_context_get_option(ctx->context, "http", "header")) != NULL) { in sdl_set_uri_credentials()
3319 if ((tmp = php_stream_context_get_option(context, "http", "protocol_version")) == NULL) { in get_sdl()
/php-src/ext/zip/
H A Dzip_stream.c332 if (context && NULL != (tmpzval = php_stream_context_get_option(context, "zip", "password"))) { in php_stream_zip_opener()
/php-src/sapi/phpdbg/
H A Dphpdbg.c1108 zval *blocking_pipes = php_stream_context_get_option(context, "pipe", "blocking"); in phpdbg_stream_url_wrap_php()

Completed in 86 milliseconds