Lines Matching refs:wrapper

111 php_stream *php_stream_url_wrap_http_ex(php_stream_wrapper *wrapper, char *path, char *mode, int op…  in php_stream_url_wrap_http_ex()  argument
145 php_stream_wrapper_log_error(wrapper, options TSRMLS_CC, "Redirection limit reached, aborting"); in php_stream_url_wrap_http_ex()
156 php_stream_context_get_option(context, wrapper->wops->label, "proxy", &tmpzval) == FAILURE || in php_stream_url_wrap_http_ex()
173 …php_stream_wrapper_log_error(wrapper, options TSRMLS_CC, "HTTP wrapper does not support writeable … 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()
197 …if (context && php_stream_context_get_option(context, wrapper->wops->label, "timeout", &tmpzval) =… in php_stream_url_wrap_http_ex()
216 php_stream_wrapper_log_error(wrapper, options TSRMLS_CC, "%s", errstr); in php_stream_url_wrap_http_ex()
295 …php_stream_wrapper_log_error(wrapper, options TSRMLS_CC, "Cannot connect to HTTPS server through p… in php_stream_url_wrap_http_ex()
318 …php_stream_wrapper_log_error(wrapper, options TSRMLS_CC, "Cannot connect to HTTPS server through p… in php_stream_url_wrap_http_ex()
653 …php_stream_wrapper_log_error(wrapper, options TSRMLS_CC, "HTTP request failed, http_response_heade… in php_stream_url_wrap_http_ex()
710 …php_stream_wrapper_log_error(wrapper, options TSRMLS_CC, "HTTP request failed, unexpected end of s… in php_stream_url_wrap_http_ex()
725 php_stream_wrapper_log_error(wrapper, options TSRMLS_CC, "Failed to read HTTP headers"); in php_stream_url_wrap_http_ex()
851 php_stream_wrapper_log_error(wrapper, options TSRMLS_CC, "Invalid redirect URL! %s", new_path); in php_stream_url_wrap_http_ex()
863 … php_stream_wrapper_log_error(wrapper, options TSRMLS_CC, "Invalid redirect URL! %s", new_path); \ in php_stream_url_wrap_http_ex()
876 …stream = php_stream_url_wrap_http_ex(wrapper, new_path, mode, options, opened_path, context, --red… in php_stream_url_wrap_http_ex()
878 php_stream_wrapper_log_error(wrapper, options TSRMLS_CC, "HTTP request failed! %s", tmp_line); in php_stream_url_wrap_http_ex()
938 php_stream *php_stream_url_wrap_http(php_stream_wrapper *wrapper, char *path, char *mode, int optio… in php_stream_url_wrap_http() argument
940 …return php_stream_url_wrap_http_ex(wrapper, path, mode, options, opened_path, context, PHP_URL_RED… in php_stream_url_wrap_http()
944 static int php_stream_http_stream_stat(php_stream_wrapper *wrapper, php_stream *stream, php_stream_… in php_stream_http_stream_stat() argument