Home
last modified time | relevance | path

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

/php-src/ext/mysqlnd/
H A Dmysqlnd_vio.c524 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-src/main/streams/
H A Dphp_stream_context.h60 PHPAPI void php_stream_context_set_option(php_stream_context *context,
H A Dstreams.c2406 PHPAPI void php_stream_context_set_option(php_stream_context *context, function
/php-src/ext/standard/
H A Dstreamsfuncs.c922 php_stream_context_set_option(context, ZSTR_VAL(wkey), ZSTR_VAL(okey), oval); in parse_context_options()
1072 php_stream_context_set_option(context, ZSTR_VAL(wrappername), optionname, zvalue); in PHP_FUNCTION()
H A Dhttp_fopen_wrapper.c245php_stream_context_set_option(PHP_STREAM_CONTEXT(stream), "ssl", "peer_name", &ssl_proxy_peer_name… in php_stream_url_wrap_http_ex()
/php-src/ext/soap/
H A Dphp_sdl.c307 php_stream_context_set_option(ctx->context, "http", "header", &new_header); in sdl_set_uri_credentials()
319 php_stream_context_set_option(ctx->context, "http", "header", &ctx->old_header); in sdl_restore_uri_credentials()
3299 php_stream_context_set_option(context, "http", "proxy", &str_proxy); in get_sdl()
3305 php_stream_context_set_option(context, "http", "request_fulluri", &str_proxy); in get_sdl()
3323 php_stream_context_set_option(context, "http", "protocol_version", &http_version); in get_sdl()
3337 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.c2020 php_stream_context_set_option(context, "ssl", "local_cert", tmp);
2023 php_stream_context_set_option(context, "ssl", "passphrase", tmp);
/php-src/ext/openssl/
H A Dxp_ssl.c1861 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 57 milliseconds