Lines Matching refs:options

111 		const char *path, const char *mode, int options, zend_string **opened_path,  in php_stream_url_wrap_http_ex()  argument
146 php_stream_wrapper_log_error(wrapper, options, "Redirection limit reached, aborting"); in php_stream_url_wrap_http_ex()
174 …php_stream_wrapper_log_error(wrapper, options, "HTTP wrapper does not support writeable connection… in php_stream_url_wrap_http_ex()
216 stream = php_stream_xport_create(transport_string, transport_len, options, in php_stream_url_wrap_http_ex()
225 php_stream_wrapper_log_error(wrapper, options, "%s", ZSTR_VAL(errstr)); in php_stream_url_wrap_http_ex()
308 php_stream_wrapper_log_error(wrapper, options, "Cannot connect to HTTPS server through proxy"); in php_stream_url_wrap_http_ex()
331 php_stream_wrapper_log_error(wrapper, options, "Cannot connect to HTTPS server through proxy"); in php_stream_url_wrap_http_ex()
342 if (options & STREAM_WILL_CAST) in php_stream_url_wrap_http_ex()
680 if ((options & STREAM_ONLY_GET_HEADERS) || ignore_errors) { in php_stream_url_wrap_http_ex()
732 php_stream_wrapper_log_error(wrapper, options, "HTTP request failed!"); in php_stream_url_wrap_http_ex()
736 php_stream_wrapper_log_error(wrapper, options, "HTTP request failed, unexpected end of socket!"); in php_stream_url_wrap_http_ex()
753 php_stream_wrapper_log_error(wrapper, options, "Failed to read HTTP headers"); in php_stream_url_wrap_http_ex()
817 if (!(options & STREAM_ONLY_GET_HEADERS)) { in php_stream_url_wrap_http_ex()
844 …if (!follow_location || (((options & STREAM_ONLY_GET_HEADERS) || ignore_errors) && redirect_max <=… in php_stream_url_wrap_http_ex()
901 php_stream_wrapper_log_error(wrapper, options, "Invalid redirect URL! %s", new_path); in php_stream_url_wrap_http_ex()
913 php_stream_wrapper_log_error(wrapper, options, "Invalid redirect URL! %s", new_path); \ in php_stream_url_wrap_http_ex()
927 wrapper, new_path, mode, options, opened_path, context, in php_stream_url_wrap_http_ex()
930 php_stream_wrapper_log_error(wrapper, options, "HTTP request failed! %s", tmp_line); in php_stream_url_wrap_http_ex()
952 if (options & STREAM_WILL_CAST) in php_stream_url_wrap_http_ex()
978 …ttp(php_stream_wrapper *wrapper, const char *path, const char *mode, int options, zend_string **op… in php_stream_url_wrap_http() argument
985 wrapper, path, mode, options, opened_path, context, in php_stream_url_wrap_http()