Searched refs:php_stream_context_set_option (Results 1 – 9 of 9) sorted by relevance
/PHP-8.4/ext/mysqlnd/ |
H A D | mysqlnd_vio.c | 524 php_stream_context_set_option(context, "ssl", "local_pk", &key_zval); in MYSQLND_METHOD() 531 php_stream_context_set_option(context, "ssl", "local_cert", &cert_zval); in MYSQLND_METHOD() 533 php_stream_context_set_option(context, "ssl", "local_pk", &cert_zval); in MYSQLND_METHOD() 541 php_stream_context_set_option(context, "ssl", "cafile", &cafile_zval); in MYSQLND_METHOD() 548 php_stream_context_set_option(context, "ssl", "capath", &capath_zval); in MYSQLND_METHOD() 555 php_stream_context_set_option(context, "ssl", "passphrase", &passphrase_zval); in MYSQLND_METHOD() 562 php_stream_context_set_option(context, "ssl", "ciphers", &cipher_zval); in MYSQLND_METHOD() 578 php_stream_context_set_option(context, "ssl", "verify_peer", &verify_peer_zval); in MYSQLND_METHOD() 579 php_stream_context_set_option(context, "ssl", "verify_peer_name", &verify_peer_zval); in MYSQLND_METHOD() 582 php_stream_context_set_option(context, "ssl", "allow_self_signed", &verify_peer_zval); in MYSQLND_METHOD()
|
/PHP-8.4/main/streams/ |
H A D | php_stream_context.h | 60 PHPAPI void php_stream_context_set_option(php_stream_context *context,
|
H A D | streams.c | 2414 PHPAPI void php_stream_context_set_option(php_stream_context *context, function
|
/PHP-8.4/ext/standard/ |
H A D | streamsfuncs.c | 923 php_stream_context_set_option(context, ZSTR_VAL(wkey), ZSTR_VAL(okey), oval); in parse_context_options() 1073 php_stream_context_set_option(context, ZSTR_VAL(wrappername), optionname, zvalue); in PHP_FUNCTION()
|
H A D | http_fopen_wrapper.c | 273 …php_stream_context_set_option(PHP_STREAM_CONTEXT(stream), "ssl", "peer_name", &ssl_proxy_peer_name… in php_stream_url_wrap_http_ex()
|
/PHP-8.4/ext/soap/ |
H A D | php_sdl.c | 276 php_stream_context_set_option(ctx->context, "http", "header", &new_header); in sdl_set_uri_credentials() 288 php_stream_context_set_option(ctx->context, "http", "header", &ctx->old_header); in sdl_restore_uri_credentials() 3263 php_stream_context_set_option(context, "http", "proxy", &str_proxy); in get_sdl() 3269 php_stream_context_set_option(context, "http", "request_fulluri", &str_proxy); in get_sdl() 3287 php_stream_context_set_option(context, "http", "protocol_version", &http_version); in get_sdl() 3301 php_stream_context_set_option(context, "http", "header", &str_headers); in get_sdl()
|
H A D | php_http.c | 251 …php_stream_context_set_option(PHP_STREAM_CONTEXT(stream), "ssl", "peer_name", &ssl_proxy_peer_name… in http_connect()
|
H A D | soap.c | 2079 php_stream_context_set_option(context, "ssl", "local_cert", tmp); in PHP_METHOD() 2082 php_stream_context_set_option(context, "ssl", "passphrase", tmp); in PHP_METHOD()
|
/PHP-8.4/ext/openssl/ |
H A D | xp_ssl.c | 1861 php_stream_context_set_option(PHP_STREAM_CONTEXT(stream), "ssl", "peer_certificate", &zcert); in php_openssl_capture_peer_certs() 1892 php_stream_context_set_option(PHP_STREAM_CONTEXT(stream), "ssl", "peer_certificate_chain", &arr); in php_openssl_capture_peer_certs()
|
Completed in 94 milliseconds