Home
last modified time | relevance | path

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

/PHP-5.5/ext/mysqlnd/
H A Dmysqlnd_net.c868 php_stream_context_set_option(context, "ssl", "local_pk", &key_zval); in MYSQLND_METHOD()
873 php_stream_context_set_option(context, "ssl", "verify_peer", &verify_peer_zval); in MYSQLND_METHOD()
878 php_stream_context_set_option(context, "ssl", "local_cert", &cert_zval); in MYSQLND_METHOD()
880 php_stream_context_set_option(context, "ssl", "local_pk", &cert_zval); in MYSQLND_METHOD()
886 php_stream_context_set_option(context, "ssl", "cafile", &cafile_zval); in MYSQLND_METHOD()
891 php_stream_context_set_option(context, "ssl", "cafile", &capath_zval); in MYSQLND_METHOD()
896 php_stream_context_set_option(context, "ssl", "passphrase", &passphrase_zval); in MYSQLND_METHOD()
901 php_stream_context_set_option(context, "ssl", "ciphers", &cipher_zval); in MYSQLND_METHOD()
/PHP-5.5/main/streams/
H A Dphp_stream_context.h64 PHPAPI int php_stream_context_set_option(php_stream_context *context,
H A Dstreams.c2238 PHPAPI int php_stream_context_set_option(php_stream_context *context, function
/PHP-5.5/ext/openssl/
H A Dxp_ssl.c674 php_stream_context_set_option(stream->context, in php_openssl_enable_crypto()
710 php_stream_context_set_option(stream->context, in php_openssl_enable_crypto()
/PHP-5.5/ext/standard/
H A Dstreamsfuncs.c943 php_stream_context_set_option(context, wkey, okey, *oval); in parse_context_options()
1065 php_stream_context_set_option(context, wrappername, optionname, zvalue); in PHP_FUNCTION()
/PHP-5.5/ext/soap/
H A Dphp_sdl.c302 php_stream_context_set_option(ctx->context, "http", "header", &new_header); in sdl_set_uri_credentials()
314 php_stream_context_set_option(ctx->context, "http", "header", ctx->old_header); in sdl_restore_uri_credentials()
3294 php_stream_context_set_option(context, "http", "proxy", str_proxy); in get_sdl()
3301 php_stream_context_set_option(context, "http", "request_fulluri", str_proxy); in get_sdl()
3315 php_stream_context_set_option(context, "http", "protocol_version", http_version); in get_sdl()
3332 php_stream_context_set_option(context, "http", "header", str_headers); in get_sdl()
H A Dsoap.c2430 php_stream_context_set_option(context, "ssl", "local_cert", *tmp);
2433 php_stream_context_set_option(context, "ssl", "passphrase", *tmp);

Completed in 71 milliseconds