Home
last modified time | relevance | path

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

/PHP-5.5/ext/standard/
H A Dhttp_fopen_wrapper.c156 php_stream_context_get_option(context, wrapper->wops->label, "proxy", &tmpzval) == FAILURE || in php_stream_url_wrap_http_ex()
186 php_stream_context_get_option(context, wrapper->wops->label, "proxy", &tmpzval) == SUCCESS && in php_stream_url_wrap_http_ex()
233 if (context && php_stream_context_get_option(context, "http", "header", &tmpzval) == SUCCESS) { in php_stream_url_wrap_http_ex()
347 if (context && php_stream_context_get_option(context, "http", "method", &tmpzval) == SUCCESS) { in php_stream_url_wrap_http_ex()
363 …if (context && php_stream_context_get_option(context, "http", "protocol_version", &tmpzval) == SUC… in php_stream_url_wrap_http_ex()
378 php_stream_context_get_option(context, "http", "request_fulluri", &tmpzval) == SUCCESS) { in php_stream_url_wrap_http_ex()
421 if (context && php_stream_context_get_option(context, "http", "header", &tmpzval) == SUCCESS) { in php_stream_url_wrap_http_ex()
567 php_stream_context_get_option(context, "http", "user_agent", &ua_zval) == SUCCESS && in php_stream_url_wrap_http_ex()
605 php_stream_context_get_option(context, "http", "content", &tmpzval) == SUCCESS && in php_stream_url_wrap_http_ex()
620 php_stream_context_get_option(context, "http", "content", &tmpzval) == SUCCESS && in php_stream_url_wrap_http_ex()
[all …]
H A Dftp_fopen_wrapper.c453 php_stream_context_get_option(context, "ftp", "proxy", &tmpzval) == SUCCESS) { in php_stream_url_wrap_ftp()
498 if (context && php_stream_context_get_option(context, "ftp", "overwrite", &tmpzval) == SUCCESS) { in php_stream_url_wrap_ftp()
529 php_stream_context_get_option(context, "ftp", "resume_pos", &tmpzval) == SUCCESS && in php_stream_url_wrap_ftp()
/PHP-5.5/ext/standard/tests/streams/
H A Dbug49936.phpt2 Bug #49936 (crash with ftp stream in php_stream_context_get_option())
H A Dbug49936_win32.phpt2 Bug #49936 (crash with ftp stream in php_stream_context_get_option())
/PHP-5.5/ext/openssl/
H A Dxp_ssl.c524 if (stream->context && SUCCESS == php_stream_context_get_option( in php_openssl_setup_crypto()
536 if (stream->context && SUCCESS == php_stream_context_get_option( in php_openssl_setup_crypto()
667 if (SUCCESS == php_stream_context_get_option( in php_openssl_enable_crypto()
681 if (SUCCESS == php_stream_context_get_option( in php_openssl_enable_crypto()
1000 …if (php_stream_context_get_option(ctx, "ssl", "SNI_enabled", &val) == SUCCESS && !zend_is_true(*va… in get_sni()
1003 if (php_stream_context_get_option(ctx, "ssl", "SNI_server_name", &val) == SUCCESS) { in get_sni()
H A Dopenssl.c4531 …ET_VER_OPT(name) (stream->context && SUCCESS == php_stream_context_get_option(stream…
/PHP-5.5/main/streams/
H A Dphp_stream_context.h62 PHPAPI int php_stream_context_get_option(php_stream_context *context,
H A Dtransports.c163 …if (stream->context && php_stream_context_get_option(stream->context, "socket", "backlog", &zbackl… in _php_stream_xport_create()
H A Dxp_socket.c657 …if (stream->context && php_stream_context_get_option(stream->context, "socket", "bindto", &tmpzval… in php_tcp_sockop_connect()
H A Dstreams.c2227 PHPAPI int php_stream_context_get_option(php_stream_context *context, function
/PHP-5.5/ext/soap/
H A Dphp_http.c103 php_stream_context_get_option(context, "http", "header", &tmp) == SUCCESS && in http_context_headers()
438 php_stream_context_get_option(context, "http", "max_redirects", &tmp) == SUCCESS) { in make_http_soap_request()
536 php_stream_context_get_option(context, "http", "protocol_version", &tmp) == SUCCESS && in make_http_soap_request()
594 php_stream_context_get_option(context, "http", "user_agent", &tmp) == SUCCESS && in make_http_soap_request()
H A Dphp_sdl.c287 php_stream_context_get_option(ctx->context, "http", "header", &header) == SUCCESS) { in sdl_set_uri_credentials()
3311 if (php_stream_context_get_option(context, "http", "protocol_version", &tmp) == FAILURE) { in get_sdl()
/PHP-5.5/
H A DNEWS5373 - Fixed bug #49936 (crash with ftp stream in php_stream_context_get_option()).

Completed in 143 milliseconds