Searched refs:header_init (Results 1 – 1 of 1) sorted by relevance
170 int header_init = ((flags & HTTP_WRAPPER_HEADER_INIT) != 0); in php_stream_url_wrap_http_ex() local355 …if (header_init && context && (tmpzval = php_stream_context_get_option(context, "http", "max_redir… in php_stream_url_wrap_http_ex()458 if (!header_init && !redirect_keep_method) { in php_stream_url_wrap_http_ex()606 (header_init || redirect_keep_method) && in php_stream_url_wrap_http_ex()624 if ((header_init || redirect_keep_method) && context && in php_stream_url_wrap_http_ex()951 if (header_init) { in php_stream_url_wrap_http_ex()
Completed in 7 milliseconds