Home
last modified time | relevance | path

Searched refs:header_init (Results 1 – 1 of 1) sorted by relevance

/PHP-5.3/ext/standard/
H A Dhttp_fopen_wrapper.c112 int header_init = ((flags & HTTP_WRAPPER_HEADER_INIT) != 0); in php_stream_url_wrap_http_ex() local
316 …if (header_init && context && php_stream_context_get_option(context, "http", "max_redirects", &tmp… in php_stream_url_wrap_http_ex()
427 if (!header_init) { /* Remove post headers for redirects */ in php_stream_url_wrap_http_ex()
603 header_init && in php_stream_url_wrap_http_ex()
620 if (header_init && context && in php_stream_url_wrap_http_ex()
644 if (header_init) { in php_stream_url_wrap_http_ex()
891 if (header_init) { in php_stream_url_wrap_http_ex()

Completed in 5 milliseconds