Home
last modified time | relevance | path

Searched refs:php_stream_context_set_option (Results 1 – 9 of 9) sorted by relevance

/PHP-8.1/ext/mysqlnd/
H A Dmysqlnd_vio.c502 php_stream_context_set_option(context, "ssl", "local_pk", &key_zval); in MYSQLND_METHOD()
509 php_stream_context_set_option(context, "ssl", "local_cert", &cert_zval); in MYSQLND_METHOD()
511 php_stream_context_set_option(context, "ssl", "local_pk", &cert_zval); in MYSQLND_METHOD()
519 php_stream_context_set_option(context, "ssl", "cafile", &cafile_zval); in MYSQLND_METHOD()
526 php_stream_context_set_option(context, "ssl", "capath", &capath_zval); in MYSQLND_METHOD()
533 php_stream_context_set_option(context, "ssl", "passphrase", &passphrase_zval); in MYSQLND_METHOD()
540 php_stream_context_set_option(context, "ssl", "ciphers", &cipher_zval); in MYSQLND_METHOD()
556 php_stream_context_set_option(context, "ssl", "verify_peer", &verify_peer_zval); in MYSQLND_METHOD()
557 php_stream_context_set_option(context, "ssl", "verify_peer_name", &verify_peer_zval); in MYSQLND_METHOD()
560 php_stream_context_set_option(context, "ssl", "allow_self_signed", &verify_peer_zval); in MYSQLND_METHOD()
/PHP-8.1/main/streams/
H A Dphp_stream_context.h60 PHPAPI int php_stream_context_set_option(php_stream_context *context,
H A Dstreams.c2259 PHPAPI int php_stream_context_set_option(php_stream_context *context, function
/PHP-8.1/ext/standard/
H A Dstreamsfuncs.c922 php_stream_context_set_option(context, ZSTR_VAL(wkey), ZSTR_VAL(okey), oval); in parse_context_options()
1060 …RETURN_BOOL(php_stream_context_set_option(context, ZSTR_VAL(wrappername), optionname, zvalue) == S… in PHP_FUNCTION()
H A Dhttp_fopen_wrapper.c244php_stream_context_set_option(PHP_STREAM_CONTEXT(stream), "ssl", "peer_name", &ssl_proxy_peer_name… in php_stream_url_wrap_http_ex()
/PHP-8.1/ext/soap/
H A Dphp_sdl.c298 php_stream_context_set_option(ctx->context, "http", "header", &new_header); in sdl_set_uri_credentials()
310 php_stream_context_set_option(ctx->context, "http", "header", &ctx->old_header); in sdl_restore_uri_credentials()
3285 php_stream_context_set_option(context, "http", "proxy", &str_proxy); in get_sdl()
3291 php_stream_context_set_option(context, "http", "request_fulluri", &str_proxy); in get_sdl()
3309 php_stream_context_set_option(context, "http", "protocol_version", &http_version); in get_sdl()
3324 php_stream_context_set_option(context, "http", "header", &str_headers); in get_sdl()
H A Dphp_http.c240php_stream_context_set_option(PHP_STREAM_CONTEXT(stream), "ssl", "peer_name", &ssl_proxy_peer_name… in http_connect()
H A Dsoap.c2011 php_stream_context_set_option(context, "ssl", "local_cert", tmp);
2014 php_stream_context_set_option(context, "ssl", "passphrase", tmp);
/PHP-8.1/ext/openssl/
H A Dxp_ssl.c1844 php_stream_context_set_option(PHP_STREAM_CONTEXT(stream), "ssl", "peer_certificate", &zcert); in php_openssl_capture_peer_certs()
1875 php_stream_context_set_option(PHP_STREAM_CONTEXT(stream), "ssl", "peer_certificate_chain", &arr); in php_openssl_capture_peer_certs()

Completed in 54 milliseconds