Home
last modified time | relevance | path

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

/PHP-7.4/ext/standard/
H A Dhttp_fopen_wrapper.c743 char *http_header_value; in php_stream_url_wrap_http_ex() local
764 http_header_value = memchr(http_header_line, ':', http_header_line_length); in php_stream_url_wrap_http_ex()
765 if (http_header_value) { in php_stream_url_wrap_http_ex()
766 http_header_value++; /* Skip ':' */ in php_stream_url_wrap_http_ex()
769 while (http_header_value < e in php_stream_url_wrap_http_ex()
770 && (*http_header_value == ' ' || *http_header_value == '\t')) { in php_stream_url_wrap_http_ex()
771 http_header_value++; in php_stream_url_wrap_http_ex()
776 http_header_value = e; in php_stream_url_wrap_http_ex()
790 strlcpy(location, http_header_value, sizeof(location)); in php_stream_url_wrap_http_ex()
794 file_size = atoi(http_header_value); in php_stream_url_wrap_http_ex()
[all …]

Completed in 7 milliseconds