Lines Matching refs:wrapper

119 static php_stream *php_stream_url_wrap_http_ex(php_stream_wrapper *wrapper,  in php_stream_url_wrap_http_ex()  argument
155 php_stream_wrapper_log_error(wrapper, options, "Redirection limit reached, aborting"); in php_stream_url_wrap_http_ex()
167 (tmpzval = php_stream_context_get_option(context, wrapper->wops->label, "proxy")) == NULL || in php_stream_url_wrap_http_ex()
184 …php_stream_wrapper_log_error(wrapper, options, "HTTP wrapper does not support writeable connection… in php_stream_url_wrap_http_ex()
197 (tmpzval = php_stream_context_get_option(context, wrapper->wops->label, "proxy")) != NULL && in php_stream_url_wrap_http_ex()
208 …if (context && (tmpzval = php_stream_context_get_option(context, wrapper->wops->label, "timeout"))… in php_stream_url_wrap_http_ex()
235 php_stream_wrapper_log_error(wrapper, options, "%s", ZSTR_VAL(errstr)); in php_stream_url_wrap_http_ex()
318 php_stream_wrapper_log_error(wrapper, options, "Cannot connect to HTTPS server through proxy"); in php_stream_url_wrap_http_ex()
341 php_stream_wrapper_log_error(wrapper, options, "Cannot connect to HTTPS server through proxy"); in php_stream_url_wrap_http_ex()
728 php_stream_wrapper_log_error(wrapper, options, "HTTP request failed!"); in php_stream_url_wrap_http_ex()
889 php_stream_wrapper_log_error(wrapper, options, "Invalid redirect URL! %s", new_path); in php_stream_url_wrap_http_ex()
900 php_stream_wrapper_log_error(wrapper, options, "Invalid redirect URL! %s", new_path); \ in php_stream_url_wrap_http_ex()
914 wrapper, new_path, mode, options, opened_path, context, in php_stream_url_wrap_http_ex()
917 php_stream_wrapper_log_error(wrapper, options, "HTTP request failed! %s", tmp_line); in php_stream_url_wrap_http_ex()
965 php_stream *php_stream_url_wrap_http(php_stream_wrapper *wrapper, const char *path, const char *mod… in php_stream_url_wrap_http() argument
972 wrapper, path, mode, options, opened_path, context, in php_stream_url_wrap_http()
986 static int php_stream_http_stream_stat(php_stream_wrapper *wrapper, php_stream *stream, php_stream_… in php_stream_http_stream_stat() argument