Lines Matching refs:wrapper

112 php_stream *php_stream_url_wrap_http_ex(php_stream_wrapper *wrapper,  in php_stream_url_wrap_http_ex()  argument
152 php_stream_wrapper_log_error(wrapper, options, "Redirection limit reached, aborting"); in php_stream_url_wrap_http_ex()
163 (tmpzval = php_stream_context_get_option(context, wrapper->wops->label, "proxy")) == NULL || in php_stream_url_wrap_http_ex()
180 …php_stream_wrapper_log_error(wrapper, options, "HTTP wrapper does not support writeable connection… in php_stream_url_wrap_http_ex()
193 (tmpzval = php_stream_context_get_option(context, wrapper->wops->label, "proxy")) != NULL && in php_stream_url_wrap_http_ex()
204 …if (context && (tmpzval = php_stream_context_get_option(context, wrapper->wops->label, "timeout"))… in php_stream_url_wrap_http_ex()
231 php_stream_wrapper_log_error(wrapper, options, "%s", ZSTR_VAL(errstr)); in php_stream_url_wrap_http_ex()
314 php_stream_wrapper_log_error(wrapper, options, "Cannot connect to HTTPS server through proxy"); in php_stream_url_wrap_http_ex()
337 php_stream_wrapper_log_error(wrapper, options, "Cannot connect to HTTPS server through proxy"); in php_stream_url_wrap_http_ex()
747 php_stream_wrapper_log_error(wrapper, options, "HTTP request failed, unexpected end of socket!"); in php_stream_url_wrap_http_ex()
764 php_stream_wrapper_log_error(wrapper, options, "Failed to read HTTP headers"); in php_stream_url_wrap_http_ex()
912 php_stream_wrapper_log_error(wrapper, options, "Invalid redirect URL! %s", new_path); in php_stream_url_wrap_http_ex()
924 php_stream_wrapper_log_error(wrapper, options, "Invalid redirect URL! %s", new_path); \ in php_stream_url_wrap_http_ex()
937 …stream = php_stream_url_wrap_http_ex(wrapper, new_path, mode, options, opened_path, context, --red… in php_stream_url_wrap_http_ex()
939 php_stream_wrapper_log_error(wrapper, options, "HTTP request failed! %s", tmp_line); in php_stream_url_wrap_http_ex()
994 php_stream *php_stream_url_wrap_http(php_stream_wrapper *wrapper, const char *path, const char *mod… in php_stream_url_wrap_http() argument
996 …return php_stream_url_wrap_http_ex(wrapper, path, mode, options, opened_path, context, PHP_URL_RED… in php_stream_url_wrap_http()
1000 static int php_stream_http_stream_stat(php_stream_wrapper *wrapper, php_stream *stream, php_stream_… in php_stream_http_stream_stat() argument