Home
last modified time | relevance | path

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

/PHP-5.3/ext/standard/
H A Dhttp_fopen_wrapper.c102 char *http_header_line = NULL; in php_stream_url_wrap_http_ex() local
714 http_header_line = emalloc(HTTP_HEADER_BLOCK_SIZE); in php_stream_url_wrap_http_ex()
718 …_get_line(stream, http_header_line, HTTP_HEADER_BLOCK_SIZE, &http_header_line_length) && *http_hea… in php_stream_url_wrap_http_ex()
726 e = http_header_line + http_header_line_length - 1; in php_stream_url_wrap_http_ex()
733 http_header_line_length = e - http_header_line + 1; in php_stream_url_wrap_http_ex()
734 http_header_line[http_header_line_length] = '\0'; in php_stream_url_wrap_http_ex()
736 if (!strncasecmp(http_header_line, "Location: ", 10)) { in php_stream_url_wrap_http_ex()
746 file_size = atoi(http_header_line + 16); in php_stream_url_wrap_http_ex()
769 if (http_header_line[0] == '\0') { in php_stream_url_wrap_http_ex()
878 if (http_header_line) { in php_stream_url_wrap_http_ex()
[all …]

Completed in 9 milliseconds